Searched refs:SendConf (Results 1 – 9 of 9) sorted by relevance
20 public class SendConf extends GenericPdu { class29 public SendConf() throws InvalidHeaderValueException { in SendConf() method in SendConf39 SendConf(PduHeaders headers) { in SendConf() method in SendConf
149 SendConf sendConf = new SendConf(mHeaders); in parse()
22 public class SendConf extends GenericPdu { class31 public SendConf() throws InvalidHeaderValueException { in SendConf() method in SendConf41 SendConf(PduHeaders headers) { in SendConf() method in SendConf
171 SendConf sendConf = new SendConf(mHeaders); in parse()
40 import com.android.messaging.mmslib.pdu.SendConf;220 public static SendConf parseSendConf(byte[] response, int subId) { in parseSendConf()225 if (respPdu instanceof SendConf) { in parseSendConf()226 return (SendConf) respPdu; in parseSendConf()
67 import com.android.messaging.mmslib.pdu.SendConf;1828 public SendConf mSendConf;1830 public SendReqResp(final SendReq sendReq, final SendConf sendConf) { in SendReqResp()2128 final Uri messageUri, final SendConf sendConf) { in updateSentMmsMessageStatus()
31 import android.support.v7.mms.pdu.SendConf;234 if (pdu != null && pdu instanceof SendConf) { in isWrongApnResponse()235 final SendConf sendConf = (SendConf) pdu; in isWrongApnResponse()
49 import com.google.android.mms.pdu.SendConf;189 SendConf sendConf = null; in persistIfRequired()192 if (pdu != null && pdu instanceof SendConf) { in persistIfRequired()193 sendConf = (SendConf) pdu; in persistIfRequired()
37 import com.android.messaging.mmslib.pdu.SendConf;159 final SendConf sendConf = MmsSender.parseSendConf(response, subId); in executeAction()