Home
last modified time | relevance | path

Searched refs:LATCH_IS_ON_CALL_REMOVED (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java240 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCall()
274 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallStartFailed()
304 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCall()
336 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCallReturnListener()
363 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCallReject()
401 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallForExecutor()
446 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume()
489 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldFailure()
536 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure()
586 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallReceivedHoldResume()
[all …]
DImsCallingTestOnMockModem.java245 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccActiveCall()
384 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccIncomingCall()
488 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccHoldingCall()
DImsCallingBase.java87 public static final int LATCH_IS_ON_CALL_REMOVED = 4; field in ImsCallingBase
518 countDownLatch(LATCH_IS_ON_CALL_REMOVED); in onCallRemoved()
DEmergencyCallDomainSelectionTestOnMockModem.java1114 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java68 public static final int LATCH_IS_ON_CALL_REMOVED = 4; field in DomainSelectionCallingBase
278 countDownLatch(LATCH_IS_ON_CALL_REMOVED); in onCallRemoved()