Searched refs:LATCH_EMERGENCY_DIAL (Results 1 – 4 of 4) sorted by relevance
36 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()
38 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()
50 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()
43 public static final int LATCH_EMERGENCY_DIAL = 0; field in IRadioVoiceImpl390 countDownLatch(LATCH_EMERGENCY_DIAL); in emergencyDial()