Home
last modified time | relevance | path

Searched refs:RAW_TELEPHONY_STATUS_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsFailureException.java52 this.rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in MmsFailureException()
72 this.rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in MmsFailureException()
85 this.rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in MmsFailureException()
100 this.rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in MmsFailureException()
DMmsUtils.java1813 MMS_REQUEST_NO_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, null); in downloadMmsMessage()
1819 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in downloadMmsMessage()
2045 int rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in sendMmsMessage()
2049 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in sendMmsMessage()
2059 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, messageUri); in sendMmsMessage()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDownloadMmsAction.java145 downloadingStatus, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED); in queueAction()
164 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED); in queueAction()
299 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
DSendMessageAction.java196 int rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in doBackgroundWork()
293 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
DProcessDownloadedMmsAction.java403 processResult(MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java193 public static final int RAW_TELEPHONY_STATUS_UNDEFINED = MmsUtils.PDU_HEADER_VALUE_UNDEFINED; field in MessageData
626 && rawStatus == RAW_TELEPHONY_STATUS_UNDEFINED); in getOneClickResendMessage()