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

Commit 2c58ec12 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Fix build failure on acceptBluetoothBinding am: ab4312c8

parents ca0b9291 ab4312c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ public class BluetoothManagerServiceTest {
        mManagerService.enableBle("enable_whileTurningToBleOn_shouldEnable", mBinder);
        syncHandler(MESSAGE_ENABLE);

        acceptBluetoothBinding(mBinder, "btservice.AdapterService", 1);
        acceptBluetoothBinding();
        IBluetoothCallback btCallback = captureBluetoothCallback(mAdapterBinder);
        assertThat(mManagerService.getState()).isEqualTo(STATE_BLE_TURNING_ON);

@@ -365,7 +365,7 @@ public class BluetoothManagerServiceTest {
        mManagerService.enable("enable_whileTurningToBleOn_shouldEnable");
        syncHandler(MESSAGE_ENABLE);

        acceptBluetoothBinding(mBinder, "btservice.AdapterService", 1);
        acceptBluetoothBinding();
        IBluetoothCallback btCallback = captureBluetoothCallback(mAdapterBinder);
        assertThat(mManagerService.getState()).isEqualTo(STATE_BLE_TURNING_ON);