Home
last modified time | relevance | path

Searched refs:sendConf (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DSendRequest.java216 SendConf sendConf = null; in persistIfRequired() local
220 sendConf = (SendConf) pdu; in persistIfRequired()
224 || sendConf == null in persistIfRequired()
225 || sendConf.getResponseStatus() != PduHeaders.RESPONSE_STATUS_OK) { in persistIfRequired()
233 if (sendConf != null) { in persistIfRequired()
234 values.put(Telephony.Mms.RESPONSE_STATUS, sendConf.getResponseStatus()); in persistIfRequired()
235 byte[] messageId = sendConf.getMessageId(); in persistIfRequired()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessSentMessageAction.java159 final SendConf sendConf = MmsSender.parseSendConf(response, subId); in executeAction() local
160 if (sendConf != null) { in executeAction()
162 MmsUtils.updateSentMmsMessageStatus(context, messageUri, sendConf); in executeAction()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsRequest.java235 final SendConf sendConf = (SendConf) pdu; in isWrongApnResponse() local
236 final int responseStatus = sendConf.getResponseStatus(); in isWrongApnResponse()
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsUtils.java1794 public SendReqResp(final SendReq sendReq, final SendConf sendConf) { in SendReqResp() argument
1796 mSendConf = sendConf; in SendReqResp()
2083 final Uri messageUri, final SendConf sendConf) { in updateSentMmsMessageStatus() argument
2085 final int respStatus = sendConf.getResponseStatus(); in updateSentMmsMessageStatus()
2089 final byte[] messageId = sendConf.getMessageId(); in updateSentMmsMessageStatus()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java171 SendConf sendConf = new SendConf(mHeaders); in parse() local
172 return sendConf; in parse()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java149 SendConf sendConf = new SendConf(mHeaders); in parse() local
150 return sendConf; in parse()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduParser.java155 SendConf sendConf = new SendConf(mHeaders); in parse() local
156 return sendConf; in parse()