Home
last modified time | relevance | path

Searched refs:PAUSE_DELAY_MILLIS_GSM (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaConnectionTest.java151 waitForMs(GsmCdmaConnection.PAUSE_DELAY_MILLIS_GSM + 100); in testGSMPostDialPause()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java85 static final int PAUSE_DELAY_MILLIS_GSM = 3 * 1000; field in GsmCdmaConnection
751 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA); in processPostDialChar()