Home
last modified time | relevance | path

Searched refs:SEND_RETRY_DELAY (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSmsDispatcherTest.java135 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testOnMemoryAvailableResultErrorRetry()
141 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testOnMemoryAvailableResultErrorRetry()
161 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testOnMemoryAvailableResultSuccess()
181 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testOnMemoryAvailableResultError()
260 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testErrorImsRetry()
395 waitForMs(SMSDispatcher.SEND_RETRY_DELAY + 200); in testErrorImsRetrywithMessageRef()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java168 sendMessageDelayed(obtainMessage(EVENT_RETRY_SMMA), SEND_RETRY_DELAY);
535 int retryDelay = SEND_RETRY_DELAY; in getSmsRetryDelayValue()
DSMSDispatcher.java204 public static final int SEND_RETRY_DELAY = 2000; field in SMSDispatcher
348 return SEND_RETRY_DELAY; in getSmsRetryDelayValue()