Home
last modified time | relevance | path

Searched refs:waitForExecutorAction (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipTransportControllerTest.java352 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createDestroyAppDied()
441 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
448 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
451 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
455 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
495 assertTrue(waitForExecutorAction(mExecutorService, TIMEOUT_MS)); in createTwoAndDestroyOlder()
594 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testSubIdChangeDestroyTriggered()
614 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testRcsManagerGoneDestroyTriggered()
634 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
640 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
[all …]
/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
DPictureManagerTest.java184 waitForExecutorAction(CallComposerPictureManager.getExecutor(), TIMEOUT_MILLIS); in testPictureUploadWithAuthRefresh()
261 waitForExecutorAction(CallComposerPictureManager.getExecutor(), TIMEOUT_MILLIS); in testPictureDownloadWithAuthRefresh()
311 private static boolean waitForExecutorAction( in waitForExecutorAction() method in PictureManagerTest
/packages/services/Telephony/tests/src/com/android/
DTelephonyTestBase.java76 protected final boolean waitForExecutorAction(Executor executor, long timeoutMillis) { in waitForExecutorAction() method in TelephonyTestBase