Loading android/app/tests/src/com/android/bluetooth/btservice/RemoteDevicesTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ public class RemoteDevicesTest { @Test public void testSendUuidIntent() { mRemoteDevices.updateUuids(mDevice1); if (Looper.myLooper() != null) { Looper.myLooper().quitSafely(); } Looper.loop(); verify(mAdapterService).sendBroadcast(any(), anyString()); Loading Loading
android/app/tests/src/com/android/bluetooth/btservice/RemoteDevicesTest.java +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ public class RemoteDevicesTest { @Test public void testSendUuidIntent() { mRemoteDevices.updateUuids(mDevice1); if (Looper.myLooper() != null) { Looper.myLooper().quitSafely(); } Looper.loop(); verify(mAdapterService).sendBroadcast(any(), anyString()); Loading