Searched refs:RAW_TELEPHONY_STATUS_UNDEFINED (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsFailureException.java | 52 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()
|
D | MmsUtils.java | 1813 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/ |
D | DownloadMmsAction.java | 145 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()
|
D | SendMessageAction.java | 196 int rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in doBackgroundWork() 293 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
|
D | ProcessDownloadedMmsAction.java | 403 processResult(MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | MessageData.java | 193 public static final int RAW_TELEPHONY_STATUS_UNDEFINED = MmsUtils.PDU_HEADER_VALUE_UNDEFINED; field in MessageData 626 && rawStatus == RAW_TELEPHONY_STATUS_UNDEFINED); in getOneClickResendMessage()
|