Searched refs:MMS_REQUEST_NO_RETRY (Results 1 – 4 of 4) sorted by relevance
185 MmsUtils.MMS_REQUEST_NO_RETRY, "Failed to compose PDU"); in writePduToTempFile()189 MmsUtils.MMS_REQUEST_NO_RETRY, in writePduToTempFile()304 return MmsUtils.MMS_REQUEST_NO_RETRY; in getErrorResultStatus()
41 || retryHint == MmsUtils.MMS_REQUEST_NO_RETRY); in checkRetryHint()
127 public static final int MMS_REQUEST_NO_RETRY = 3; field in MmsUtils137 case MMS_REQUEST_NO_RETRY: in getRequestStatusDescription()1813 MMS_REQUEST_NO_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, null); in downloadMmsMessage()1843 throw new MmsFailureException(MMS_REQUEST_NO_RETRY, in downloadMmsMessage()1895 status = MMS_REQUEST_NO_RETRY; in insertDownloadedMessageAndSendResponse()2058 return new StatusPlusUri(MMS_REQUEST_NO_RETRY, in sendMmsMessage()
521 } else if (status == MmsUtils.MMS_REQUEST_NO_RETRY) { in processResult()