Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java173 @VisibleForTesting static final int PAUSE_DELAY_MILLIS = 3 * 1000; field in ImsPhoneConnection
664 PAUSE_DELAY_MILLIS); in processPostDialChar() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java295 moveTimeForward(ImsPhoneConnection.PAUSE_DELAY_MILLIS); in testPostDialPause()