Searched refs:LATCH_IS_CALL_DIALING (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingTest.java | 230 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCall() 272 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallStartFailed() 390 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallForExecutor() 426 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume() 471 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldFailure() 514 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure() 560 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingCallReceivedHoldResume() 611 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCall() 681 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCallAcceptTerminate() 752 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCallHoldFailedTerminateByRemote() [all …]
|
D | ImsCallingTestOnMockModem.java | 212 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testSrvccActiveCall() 263 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testSendAnbrQuery() 298 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testNotifyAnbr() 440 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testSrvccHoldingCall()
|
D | ImsCallingBase.java | 88 public static final int LATCH_IS_CALL_DIALING = 5; field in ImsCallingBase 527 countDownLatch(LATCH_IS_CALL_DIALING); in onCallStateChanged()
|
D | CallDomainSelectionTestOnMockModem.java | 237 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in isPsDialing() 816 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testPsCallEndOnPeerDevice()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 1102 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 69 public static final int LATCH_IS_CALL_DIALING = 5; field in DomainSelectionCallingBase 287 countDownLatch(LATCH_IS_CALL_DIALING); in onCallStateChanged()
|
D | DomainSelectionServiceTestOnMockModem.java | 418 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in placeOutgoingCall()
|