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

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

Merge "RemoteDevicesTest testSendUunidIntent" am: f3eab789 am: fad0627e

am: 231957f0

Change-Id: I97e4bc0370bfbeb5336490a9bd67af0512d21278
parents 2fb04c83 231957f0
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());