Searched refs:waitForExecutorAction (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | SipTransportControllerTest.java | 351 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 D | PictureManagerTest.java | 184 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 D | TelephonyTestBase.java | 62 protected final boolean waitForExecutorAction(Executor executor, long timeoutMillis) { in waitForExecutorAction() method in TelephonyTestBase
|