Searched refs:GenericPdu (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCacheEntry.java20 import com.google.android.mms.pdu.GenericPdu;
23 private final GenericPdu mPdu;
27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) {
33 public GenericPdu getPdu() {
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DGenericPdu.java22 public class GenericPdu { class
31 public GenericPdu() { method in class:GenericPdu
40 GenericPdu(PduHeaders headers) { method in class:GenericPdu
H A DAcknowledgeInd.java25 public class AcknowledgeInd extends GenericPdu {
H A DDeliveryInd.java25 public class DeliveryInd extends GenericPdu {
H A DNotifyRespInd.java25 public class NotifyRespInd extends GenericPdu {
H A DSendConf.java22 public class SendConf extends GenericPdu {
H A DMultimediaMessagePdu.java25 public class MultimediaMessagePdu extends GenericPdu{
H A DReadOrigInd.java22 public class ReadOrigInd extends GenericPdu {
H A DReadRecInd.java22 public class ReadRecInd extends GenericPdu {
H A DNotificationInd.java25 public class NotificationInd extends GenericPdu {
H A DPduComposer.java93 private GenericPdu mPdu = null;
135 public PduComposer(Context context, GenericPdu pdu) {
203 * assumes that the values are validated in the GenericPdu setter methods.
223 * assumes that the values are validated in the GenericPdu setter methods.
232 * assumes that the values are validated in the GenericPdu setter methods.
245 * assumes that the values are validated in the GenericPdu setter methods.
281 * assumes that the values are validated in the GenericPdu setter methods.
302 * assumes that the values are validated in the GenericPdu setter methods.
318 * assumes that the values are validated in the GenericPdu setter methods.
353 * assumes that the values are validated in the GenericPdu sette
[all...]
H A DPduPersister.java529 public GenericPdu load(Uri uri) throws MmsException {
530 GenericPdu pdu = null;
1241 public Uri persist(GenericPdu pdu, Uri uri, boolean createThreadId, boolean groupMmsEnabled,
H A DPduParser.java110 public GenericPdu parse(){
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java57 import com.google.android.mms.pdu.GenericPdu;
263 GenericPdu parsedPdu = null;
436 private void writeInboxMessage(int subId, GenericPdu pdu) {
526 private static long getDeliveryOrReadReportThreadId(Context context, GenericPdu pdu) {
633 GenericPdu parsedPdu;
/frameworks/base/
H A Dcompiled-classes-phone6376 com.google.android.mms.pdu.GenericPdu

Completed in 139 milliseconds