Home
last modified time | relevance | path

Searched refs:LATCH_IS_CALL_DIALING (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java230 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 …]
DImsCallingTestOnMockModem.java212 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()
DImsCallingBase.java88 public static final int LATCH_IS_CALL_DIALING = 5; field in ImsCallingBase
527 countDownLatch(LATCH_IS_CALL_DIALING); in onCallStateChanged()
DCallDomainSelectionTestOnMockModem.java237 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()
DEmergencyCallDomainSelectionTestOnMockModem.java1102 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java69 public static final int LATCH_IS_CALL_DIALING = 5; field in DomainSelectionCallingBase
287 countDownLatch(LATCH_IS_CALL_DIALING); in onCallStateChanged()
DDomainSelectionServiceTestOnMockModem.java418 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DIALING, WAIT_FOR_CALL_STATE)); in placeOutgoingCall()