Searched refs:LATCH_IS_CALL_DISCONNECTING (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingTest.java | 238 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 …]
|
D | ImsCallingTestOnMockModem.java | 243 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()
|
D | ImsCallingBase.java | 90 public static final int LATCH_IS_CALL_DISCONNECTING = 7; field in ImsCallingBase 533 countDownLatch(LATCH_IS_CALL_DISCONNECTING); in onCallStateChanged()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 1112 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTING, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 70 public static final int LATCH_IS_CALL_DISCONNECTING = 6; field in DomainSelectionCallingBase
|