Home
last modified time | relevance | path

Searched refs:waitForLooperToBeIdle (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java294 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in aclDisconnectedNoTransport_whenConnected_doesNotCallDisconnect()
308 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in aclDisconnectedLeTransport_whenConnected_doesNotCallDisconnect()
321 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in aclDisconnectedBrEdrTransport_whenConnected_callsDisconnect()
334 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in receiveSdpRecord_receivedMasRecord_sdpSuccess()
346 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in receiveSdpRecord_withoutMasRecord_sdpFailed()
359 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in receiveSdpRecord_withSdpBusy_sdpFailed()
372 TestUtils.waitForLooperToBeIdle(Looper.getMainLooper()); in receiveSdpRecord_withSdpFailed_sdpFailed()
DMapClientStateMachineTest.java690 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testReceivedNewSms_messageStoredAsUnseen()
700 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testReceivedNewSms_messageStoredAsUnseen()
739 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testReceivedNewMms_messageStoredAsUnseen()
749 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testReceivedNewMms_messageStoredAsUnseen()
785 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingSms_messageStoredAsSeen()
795 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingSms_messageStoredAsSeen()
805 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingSms_messageStoredAsSeen()
839 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingMms_messageStoredAsSeen()
849 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingMms_messageStoredAsSeen()
859 TestUtils.waitForLooperToBeIdle(mMceStateMachine.getHandler().getLooper()); in testDownloadExistingMms_messageStoredAsSeen()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java173 TestUtils.waitForLooperToBeIdle(sm.getHandler().getLooper()); in destroyStateMachine()
1007 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testAddressedPlayerChangedToSamePlayerId()
1030 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testAddressedPlayerChangedToSamePlayerId()
1040 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testAddressedPlayerChangedToSamePlayerId()
1494 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusGain_playNotSent()
1520 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusTransientLossWhilePlaying_pauseSent()
1544 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusTransientLossWhilePaused_pauseNotSent()
1565 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusLossWhilePlaying_pauseSent()
1586 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusLossWhilePause_pauseNotSent()
1611 TestUtils.waitForLooperToBeIdle(mAvrcpStateMachine.getHandler().getLooper()); in testOnAudioFocusGainFromTransientLossWhilePlaying_playSent()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DTestUtils.java240 public static void waitForLooperToBeIdle(Looper looper) { in waitForLooperToBeIdle() method in TestUtils