Home
last modified time | relevance | path

Searched refs:MMS_REQUEST_MANUAL_RETRY (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDownloadedMmsAction.java297 status = MmsUtils.MMS_REQUEST_MANUAL_RETRY; in doBackgroundWork()
301 status = MmsUtils.MMS_REQUEST_MANUAL_RETRY; in doBackgroundWork()
343 if (autoDownload && message == null && status == MmsUtils.MMS_REQUEST_MANUAL_RETRY) { in processBackgroundResponse()
392 processResult(MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
508 if (status == MmsUtils.MMS_REQUEST_MANUAL_RETRY) { in processResult()
DProcessSentMessageAction.java133 int status = actionParameters.getInt(KEY_STATUS, MmsUtils.MMS_REQUEST_MANUAL_RETRY); in executeAction()
230 status = MmsUtils.MMS_REQUEST_MANUAL_RETRY; in processResult()
DSendMessageAction.java250 status = MmsUtils.MMS_REQUEST_MANUAL_RETRY; in doBackgroundWork()
294 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
DBugleActionToasts.java57 if (!success && status == MmsUtils.MMS_REQUEST_MANUAL_RETRY) { in onSendMessageOrManualDownloadActionCompleted()
DDownloadMmsAction.java295 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java125 public static final int MMS_REQUEST_MANUAL_RETRY = 2; field in MmsUtils
137 case MMS_REQUEST_MANUAL_RETRY: in getRequestStatusDescription()
1854 return new StatusPlusUri(MMS_REQUEST_MANUAL_RETRY, in downloadMmsMessage()
1859 int status = MMS_REQUEST_MANUAL_RETRY; in downloadMmsMessage()
1920 int status = MMS_REQUEST_MANUAL_RETRY; in insertDownloadedMessageAndSendResponse()
1955 } else if (status == MMS_REQUEST_MANUAL_RETRY && autoDownload) { in insertDownloadedMessageAndSendResponse()
2054 throw new MmsFailureException(MMS_REQUEST_MANUAL_RETRY, "Failed reading dump file"); in receiveFromDumpFile()
2089 int status = MMS_REQUEST_MANUAL_RETRY; in sendMmsMessage()
2093 return new StatusPlusUri(MMS_REQUEST_MANUAL_RETRY, in sendMmsMessage()
2129 int status = MMS_REQUEST_MANUAL_RETRY; in updateSentMmsMessageStatus()
[all …]
DMmsSender.java206 MmsUtils.MMS_REQUEST_MANUAL_RETRY, in writePduToTempFile()
301 return MmsUtils.MMS_REQUEST_MANUAL_RETRY; in getErrorResultStatus()
309 return MmsUtils.MMS_REQUEST_MANUAL_RETRY; in getErrorResultStatus()
DMmsFailureException.java40 || retryHint == MmsUtils.MMS_REQUEST_MANUAL_RETRY in checkRetryHint()