Home
last modified time | relevance | path

Searched refs:LATCH_IS_CALL_HOLDING (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java93 public static final int LATCH_IS_CALL_HOLDING = 10; field in ImsCallingBase
431 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in isCallHolding()
542 countDownLatch(LATCH_IS_CALL_HOLDING); in onCallStateChanged()
DImsCallingTest.java436 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testOutGoingCallHoldResume()
524 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testOutGoingCallResumeFailure()
635 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testOutGoingIncomingMultiCall()
810 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testOutGoingCallSwap()
859 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testOutGoingCallSwapFail()
1779 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in addOutgoingCalls()
1805 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in addThirdOutgoingCall()
DImsCallingTestOnMockModem.java451 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_HOLDING, WAIT_FOR_CALL_STATE)); in testSrvccHoldingCall()