Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86ed7405 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

Broadcaster: Remove unused test parameters

Bug: 150670922
Tag: #feature
Test: atest BluetoothInstrumentationTests
Sponsor: jpawlowski@

Change-Id: I9741be9ede621030f1b4c13add165015d5ba27d9
parent 522506ea
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -228,7 +228,6 @@ public class LeAudioBroadcastServiceTest {

    void verifyBroadcastStarted(int broadcastId, byte[] code,
            BluetoothLeAudioContentMetadata meta) {
        int broadcast_profile = 0;
        mService.createBroadcast(meta, code);

        verify(mNativeInterface, times(1)).createBroadcast(eq(meta.getRawMetadata()), eq(1),
@@ -329,7 +328,6 @@ public class LeAudioBroadcastServiceTest {
    @Test
    public void testStartStopBroadcastNative() {
        int broadcastId = 243;
        int broadcast_profile = 0;
        byte[] code = {0x00, 0x01, 0x00};

        mService.mBroadcastCallbacks.register(mCallbacks);
@@ -390,7 +388,6 @@ public class LeAudioBroadcastServiceTest {
    @Test
    public void testGetAllBroadcastMetadata() {
        int broadcastId = 243;
        int broadcast_profile = 0;
        byte[] code = {0x00, 0x01, 0x00};

        BluetoothLeAudioContentMetadata.Builder meta_builder =