Searched refs:LATCH_IS_ON_CALL_REMOVED (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingTest.java | 240 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCall() 274 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallStartFailed() 304 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCall() 336 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCallReturnListener() 363 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testIncomingCallReject() 401 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallForExecutor() 446 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume() 489 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldFailure() 536 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure() 586 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingCallReceivedHoldResume() [all …]
|
D | ImsCallingTestOnMockModem.java | 245 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccActiveCall() 384 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccIncomingCall() 488 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testSrvccHoldingCall()
|
D | ImsCallingBase.java | 87 public static final int LATCH_IS_ON_CALL_REMOVED = 4; field in ImsCallingBase 518 countDownLatch(LATCH_IS_ON_CALL_REMOVED); in onCallRemoved()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 1114 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_REMOVED, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 68 public static final int LATCH_IS_ON_CALL_REMOVED = 4; field in DomainSelectionCallingBase 278 countDownLatch(LATCH_IS_ON_CALL_REMOVED); in onCallRemoved()
|