Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java238 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCall()
399 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCallForExecutor()
444 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume()
487 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldFailure()
534 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure()
584 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingCallReceivedHoldResume()
644 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCall()
653 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCall()
725 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCallAcceptTerminate()
790 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCallHoldFailedTerminateByRemote()
[all …]
DImsCallingTestOnMockModem.java243 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testSrvccActiveCall()
486 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testSrvccHoldingCall()
DImsCallingBase.java90 public static final int LATCH_IS_CALL_DISCONNECTING = 7; field in ImsCallingBase
533 countDownLatch(LATCH_IS_CALL_DISCONNECTING); in onCallStateChanged()
DEmergencyCallDomainSelectionTestOnMockModem.java1112 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java70 public static final int LATCH_IS_CALL_DISCONNECTING = 6; field in DomainSelectionCallingBase