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

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

Merge "RemoteDevicesTest testSendUunidIntent" am: f3eab789

am: fad0627e

Change-Id: I3d3f7fb98594931079383bd045c89a242591c90d
parents fd71daad fad0627e
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());