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

Commit f3eab789 authored by Kai Wang's avatar Kai Wang Committed by Gerrit Code Review
Browse files

Merge "RemoteDevicesTest testSendUunidIntent"

parents d019b354 8570d1f9
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());