Home
last modified time | relevance | path

Searched refs:WAIT_FOR_CALL_ADDED_TIMEOUT_S (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountSuggestionServiceTest.java98 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSuggestionFlow()
133 2 * 1000 * TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S; in testSuggestionTimeout()
142 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSuggestionTimeout()
177 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testEmptySuggestions()
214 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testPartialSuggestions()
DCallScreeningServiceTest.java105 if (callbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testTelephonyCall_bindsToCallScreeningService()
133 if (callbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testBindsToCallScreeningServiceWhenContactExist()
160 if (callbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testVerificationFailed()
184 if (callbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testNumberNotVerified()
DBackgroundCallAudioTest.java86 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromCallScreeningAllow()
112 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testHoldAfterAudioProcessingFromCallScreening()
143 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromCallScreeningDisallow()
171 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromCallScreeningMissed()
197 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromCallScreeningRemoteHangupDuringRing()
236 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()
280 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testAudioProcessingFromIncomingActivePlaceEmergencyCall()
504 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testLowerApiLevelCompatibility1()
551 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testLowerApiLevelCompatibility2()
643 if (!callback.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in setupIncomingCallWithCallScreening()
DCarModeInCallServiceTest.java368 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSwitchToCarModeAndBack()
421 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSwitchToCarModeMultiple()
485 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSwitchToAutomotiveProjectionAndBack()
536 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testSwitchToAutomotiveProjectionMultiple()
DBasicInCallServiceTest.java113 if (callbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in testTelephonyCall_bindsToInCallServiceAndAddsCall()
DOutgoingCallTest.java274 assertTrue(latch.await(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, TimeUnit.SECONDS)); in testAccountSelectionAvailable()
DBaseTelecomTestWithMockServices.java630 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in verifyNewIncomingCall()
734 if (!mInCallCallbacks.lock.tryAcquire(TestUtils.WAIT_FOR_CALL_ADDED_TIMEOUT_S, in placeAndVerifyCall()
DTestUtils.java60 static final long WAIT_FOR_CALL_ADDED_TIMEOUT_S = 15; field in TestUtils