Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipTransportControllerTest.java351 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createDestroyAppDied()
440 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
447 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
450 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
454 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
593 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testSubIdChangeDestroyTriggered()
613 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testRcsManagerGoneDestroyTriggered()
633 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
639 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
667 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testTimingSubIdChangedAndCreateNewSubId()
[all …]
/aosp12/packages/services/Telephony/tests/src/com/android/phone/callcomposer/
H A 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
/aosp12/packages/services/Telephony/tests/src/com/android/
H A DTelephonyTestBase.java62 protected final boolean waitForExecutorAction(Executor executor, long timeoutMillis) { in waitForExecutorAction() method in TelephonyTestBase