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/ |
D | ImsCallingTest.java | 226 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 …]
|
D | ImsCallingTestOnMockModem.java | 333 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()
|
D | ImsCallingBase.java | 86 public static final int LATCH_IS_ON_CALL_ADDED = 3; field in ImsCallingBase 508 countDownLatch(LATCH_IS_ON_CALL_ADDED); in onCallAdded()
|
D | CallDomainSelectionTestOnMockModem.java | 234 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()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 1100 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in testOutGoingEmergencyCall()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionCallingBase.java | 67 public static final int LATCH_IS_ON_CALL_ADDED = 3; field in DomainSelectionCallingBase 271 countDownLatch(LATCH_IS_ON_CALL_ADDED); in onCallAdded()
|
D | DomainSelectionServiceTestOnMockModem.java | 413 assertTrue(callingTestLatchCountdown(LATCH_IS_ON_CALL_ADDED, WAIT_FOR_CALL_STATE)); in placeOutgoingCall()
|