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 | 1849 MMS_REQUEST_NO_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, null); in downloadMmsMessage() 1855 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in downloadMmsMessage() 2090 int rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in sendMmsMessage() 2094 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in sendMmsMessage() 2104 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, messageUri); in sendMmsMessage()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | DownloadMmsAction.java | 142 downloadingStatus, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED); in queueAction() 161 MessageData.RAW_TELEPHONY_STATUS_UNDEFINED); in queueAction() 295 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
|
D | SendMessageAction.java | 197 int rawStatus = MessageData.RAW_TELEPHONY_STATUS_UNDEFINED; in doBackgroundWork() 294 MmsUtils.MMS_REQUEST_MANUAL_RETRY, MessageData.RAW_TELEPHONY_STATUS_UNDEFINED, in processBackgroundFailure()
|
D | ProcessDownloadedMmsAction.java | 392 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 620 && rawStatus == RAW_TELEPHONY_STATUS_UNDEFINED); in getOneClickResendMessage()
|