Home
last modified time | relevance | path

Searched refs:LATCH_GET_LAST_CALL_FAIL_CAUSE (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DDomainSelectionCrossSimRedialingTestOnMockModem.java39 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_GET_LAST_CALL_FAIL_CAUSE;
271 LATCH_GET_LAST_CALL_FAIL_CAUSE, WAIT_REQUEST_TIMEOUT_MS); in afterTest()
277 LATCH_GET_LAST_CALL_FAIL_CAUSE, WAIT_REQUEST_TIMEOUT_MS); in afterTest()
320 waitForVoiceLatchCountdown(sTestSlot, LATCH_GET_LAST_CALL_FAIL_CAUSE); in testCrossStackSlot0ThenSlot1()
DEmergencyCallDomainSelectionTestOnMockModem.java51 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_GET_LAST_CALL_FAIL_CAUSE;
280 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in afterTest()
955 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in testDefaultCsSelectCsFailedRescanPsPreferred()
1042 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in testDefaultCsThenPs()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java37 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_GET_LAST_CALL_FAIL_CAUSE;
210 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in afterTest()
298 assertTrue(waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE)); in testDomainSelectionServiceEmergencyCallReselectDomain()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java44 public static final int LATCH_GET_LAST_CALL_FAIL_CAUSE = 1; field in IRadioVoiceImpl
391 resetLatch(LATCH_GET_LAST_CALL_FAIL_CAUSE); in emergencyDial()
541 countDownLatch(LATCH_GET_LAST_CALL_FAIL_CAUSE); in getLastCallFailCause()