Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DNotifyRespInd.java23 public class NotifyRespInd extends GenericPdu { class
34 public NotifyRespInd(int mmsVersion, in NotifyRespInd() method in NotifyRespInd
49 NotifyRespInd(PduHeaders headers) { in NotifyRespInd() method in NotifyRespInd
DPduParser.java162 NotifyRespInd notifyRespInd = in parse()
163 new NotifyRespInd(mHeaders); in parse()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DNotifyRespInd.java25 public class NotifyRespInd extends GenericPdu { class
36 public NotifyRespInd(int mmsVersion, in NotifyRespInd() method in NotifyRespInd
51 NotifyRespInd(PduHeaders headers) { in NotifyRespInd() method in NotifyRespInd
DPduParser.java184 NotifyRespInd notifyRespInd = in parse()
185 new NotifyRespInd(mHeaders); in parse()
DPduPersister.java676 return new NotifyRespInd(headers); in createPdu()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsSender.java35 import com.android.messaging.mmslib.pdu.NotifyRespInd;
93 final NotifyRespInd notifyRespInd = new NotifyRespInd( in sendNotifyResponseForMmsDownload()