Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java71 public static final int LATCH_IS_CALL_DISCONNECTED = 7; field in DomainSelectionCallingBase
290 countDownLatch(LATCH_IS_CALL_DISCONNECTED); in onCallStateChanged()
DDomainSelectionServiceTestOnMockModem.java242 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTED, WAIT_FOR_CALL_STATE)); in testDomainSelectionServiceEmergencyCallCanceled()
262 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTED, WAIT_FOR_CALL_STATE)); in testDomainSelectionServiceEmergencyCallTerminateSelection()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java91 public static final int LATCH_IS_CALL_DISCONNECTED = 8; field in ImsCallingBase
408 assertTrue(callingTestLatchCountdown(LATCH_IS_CALL_DISCONNECTED, WAIT_FOR_CALL_STATE)); in isCallDisconnected()
536 countDownLatch(LATCH_IS_CALL_DISCONNECTED); in onCallStateChanged()