Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java36 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_EMERGENCY_DIAL;
293 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCallReselectDomain()
305 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCallReselectDomain()
347 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCall()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DDomainSelectionCrossSimRedialingTestOnMockModem.java38 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_EMERGENCY_DIAL;
317 assertTrue(waitForVoiceLatchCountdown(sTestSlot, LATCH_EMERGENCY_DIAL)); in testCrossStackSlot0ThenSlot1()
324 assertTrue(waitForVoiceLatchCountdown(sOtherSlot, LATCH_EMERGENCY_DIAL)); in testCrossStackSlot0ThenSlot1()
486 waitForVoiceLatchCountdown(slotId, LATCH_EMERGENCY_DIAL); in unsolEmergencyNetworkScanResult()
DEmergencyCallDomainSelectionTestOnMockModem.java50 import static android.telephony.mockmodem.IRadioVoiceImpl.LATCH_EMERGENCY_DIAL;
1038 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDefaultCsThenPs()
1198 boolean isDialing = waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL); in isCsDialing()
1203 waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL); in isCsDialing()
1222 waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL); in isPsDialing()
1290 boolean isDialing = waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL); in unsolEmergencyNetworkScanResult()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java43 public static final int LATCH_EMERGENCY_DIAL = 0; field in IRadioVoiceImpl
390 countDownLatch(LATCH_EMERGENCY_DIAL); in emergencyDial()