Searched refs:waitForVoiceLatchCountdown (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | DomainSelectionCrossSimRedialingTestOnMockModem.java | 270 waitForVoiceLatchCountdown(sTestSlot, in afterTest() 276 waitForVoiceLatchCountdown(sOtherSlot, in afterTest() 317 assertTrue(waitForVoiceLatchCountdown(sTestSlot, LATCH_EMERGENCY_DIAL)); in testCrossStackSlot0ThenSlot1() 320 waitForVoiceLatchCountdown(sTestSlot, LATCH_GET_LAST_CALL_FAIL_CAUSE); in testCrossStackSlot0ThenSlot1() 324 assertTrue(waitForVoiceLatchCountdown(sOtherSlot, LATCH_EMERGENCY_DIAL)); in testCrossStackSlot0ThenSlot1() 441 private boolean waitForVoiceLatchCountdown(int slotId, int latchIndex) { in waitForVoiceLatchCountdown() method in DomainSelectionCrossSimRedialingTestOnMockModem 442 return waitForVoiceLatchCountdown(slotId, latchIndex, WAIT_LATCH_TIMEOUT_MS); in waitForVoiceLatchCountdown() 445 private boolean waitForVoiceLatchCountdown(int slotId, int latchIndex, int waitMs) { in waitForVoiceLatchCountdown() method in DomainSelectionCrossSimRedialingTestOnMockModem 446 return sMockModemManager.waitForVoiceLatchCountdown(slotId, latchIndex, waitMs); in waitForVoiceLatchCountdown() 486 waitForVoiceLatchCountdown(slotId, LATCH_EMERGENCY_DIAL); in unsolEmergencyNetworkScanResult()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 280 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in afterTest() 955 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in testDefaultCsSelectCsFailedRescanPsPreferred() 1038 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDefaultCsThenPs() 1042 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); 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() 1467 public boolean waitForVoiceLatchCountdown(int latchIndex) { in waitForVoiceLatchCountdown() method in EmergencyCallDomainSelectionTestOnMockModem 1468 return waitForVoiceLatchCountdown(latchIndex, WAIT_LATCH_TIMEOUT_MS); in waitForVoiceLatchCountdown() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionServiceTestOnMockModem.java | 210 waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE); in afterTest() 293 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCallReselectDomain() 298 assertTrue(waitForVoiceLatchCountdown(LATCH_GET_LAST_CALL_FAIL_CAUSE)); in testDomainSelectionServiceEmergencyCallReselectDomain() 305 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCallReselectDomain() 347 assertTrue(waitForVoiceLatchCountdown(LATCH_EMERGENCY_DIAL)); in testDomainSelectionServiceEmergencyCall() 451 private boolean waitForVoiceLatchCountdown(int latchIndex) { in waitForVoiceLatchCountdown() method in DomainSelectionServiceTestOnMockModem 452 return waitForVoiceLatchCountdown(latchIndex, WAIT_UPDATE_TIMEOUT_MS); in waitForVoiceLatchCountdown() 455 private boolean waitForVoiceLatchCountdown(int latchIndex, int waitMs) { in waitForVoiceLatchCountdown() method in DomainSelectionServiceTestOnMockModem 456 return sMockModemManager.waitForVoiceLatchCountdown(sTestSlot, latchIndex, waitMs); in waitForVoiceLatchCountdown()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemManager.java | 844 public boolean waitForVoiceLatchCountdown(int slotId, int latchIndex, int waitMs) { in waitForVoiceLatchCountdown() method in MockModemManager
|