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

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

Merge "RemoteDevicesTest testSendUunidIntent"

am: f3eab789

Change-Id: Ibbd7bcfb43cb1a7cd11415fcd0f208079be16336
parents 1b56a0bd f3eab789
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());