Searched refs:SEND_STATUS_ERROR_RETRY (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ImsSmsDispatcherTest.java | 134 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, SmsResponse.NO_ERROR_CODE); in testOnMemoryAvailableResultErrorRetry() 140 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, SmsResponse.NO_ERROR_CODE); in testOnMemoryAvailableResultErrorRetry() 259 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, 0, SmsResponse.NO_ERROR_CODE); in testErrorImsRetry() 394 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, 0, SmsResponse.NO_ERROR_CODE); in testErrorImsRetrywithMessageRef() 435 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, 0, SmsResponse.NO_ERROR_CODE); in testErrorImsRetrywithRetryConfig() 448 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, 0, SmsResponse.NO_ERROR_CODE); in testErrorImsRetrywithRetryConfig() 460 ImsSmsImplBase.SEND_STATUS_ERROR_RETRY, 0, SmsResponse.NO_ERROR_CODE); in testErrorImsRetrywithRetryConfig()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 49 SEND_STATUS_ERROR_RETRY, 69 public static final int SEND_STATUS_ERROR_RETRY = 3; field in ImsSmsImplBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 166 if (status == ImsSmsImplBase.SEND_STATUS_ERROR_RETRY) { 214 case ImsSmsImplBase.SEND_STATUS_ERROR_RETRY:
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | SmsStats.java | 330 case ImsSmsImplBase.SEND_STATUS_ERROR_RETRY: in getOutgoingSmsError()
|
/frameworks/base/core/api/ |
D | system-current.txt | 17570 field public static final int SEND_STATUS_ERROR_RETRY = 3; // 0x3
|