Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java226 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCall()
262 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallStartFailed()
289 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testIncomingCall()
321 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testIncomingCallReturnListener()
351 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testIncomingCallReject()
387 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallForExecutor()
423 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume()
468 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldFailure()
511 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure()
557 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingCallReceivedHoldResume()
[all …]
DImsCallingTestOnMockModem.java333 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testSrvccIncomingCall()
533 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in placeOutgoingCall()
DImsCallingBase.java86 public static final int LATCH_IS_ON_CALL_ADDED = 3; field in ImsCallingBase
508 countDownLatch(LATCH_IS_ON_CALL_ADDED); in onCallAdded()
DCallDomainSelectionTestOnMockModem.java234 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in isPsDialing()
1043 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testMultipleVoLteCallsWithIncomingCall()
DEmergencyCallDomainSelectionTestOnMockModem.java1100 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java67 public static final int LATCH_IS_ON_CALL_ADDED = 3; field in DomainSelectionCallingBase
271 countDownLatch(LATCH_IS_ON_CALL_ADDED); in onCallAdded()
DDomainSelectionServiceTestOnMockModem.java413 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in placeOutgoingCall()