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

Commit f2efcffc authored by Kai Wang's avatar Kai Wang Committed by android-build-merger
Browse files

Merge "RemoteDevicesTest testSendUunidIntent" am: f3eab789 am: fad0627e am: 231957f0

am: d9ecfeac

Change-Id: If42c9beedea37a6e2c0d3afcc06e74a485bf5a42
parents 21a93261 d9ecfeac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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());