HomeSort by relevance Sort by last modified time
    Searched refs:GenericPdu (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCacheEntry.java 20 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/
GenericPdu.java 22 public class GenericPdu {
31 public GenericPdu() {
40 GenericPdu(PduHeaders headers) {
AcknowledgeInd.java 25 public class AcknowledgeInd extends GenericPdu {
DeliveryInd.java 25 public class DeliveryInd extends GenericPdu {
NotifyRespInd.java 25 public class NotifyRespInd extends GenericPdu {
SendConf.java 22 public class SendConf extends GenericPdu {
MultimediaMessagePdu.java 25 public class MultimediaMessagePdu extends GenericPdu{
ReadOrigInd.java 22 public class ReadOrigInd extends GenericPdu {
ReadRecInd.java 22 public class ReadRecInd extends GenericPdu {
NotificationInd.java 25 public class NotificationInd extends GenericPdu {
PduComposer.java 93 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 setter methods
    [all...]
PduPersister.java 528 public GenericPdu load(Uri uri) throws MmsException {
529 GenericPdu pdu = null;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 20 import com.google.android.mms.pdu.GenericPdu;
43 GenericPdu pdu = null;
MmsMessagingDemo.java 23 import com.google.android.mms.pdu.GenericPdu;
241 final GenericPdu pdu = new PduParser(response).parse();
284 final GenericPdu pdu = new PduParser(response).parse();
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 28 import com.google.android.mms.pdu.GenericPdu;
180 GenericPdu pdu = null;
193 final GenericPdu resultPdu = pdu;
227 public final GenericPdu mPdu;
230 public PduLoaded(GenericPdu pdu, SlideshowModel slideshow) {
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 45 import com.google.android.mms.pdu.GenericPdu;
74 GenericPdu pdu = parser.parse();
178 private static long findThreadId(Context context, GenericPdu pdu, int type) {
MmsMessageSender.java 39 import com.google.android.mms.pdu.GenericPdu;
76 GenericPdu pdu = p.load(mMessageUri);
NotificationTransaction.java 48 import com.google.android.mms.pdu.GenericPdu;
178 GenericPdu pdu = new PduParser(retrieveConfData).parse();
TransactionService.java 56 import com.google.android.mms.pdu.GenericPdu;
703 GenericPdu ind = parser.parse();
    [all...]
MessagingNotification.java 81 import com.google.android.mms.pdu.GenericPdu;
620 GenericPdu pdu = sPduPersister.load(msgUri);
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 20 import com.google.android.mms.pdu.GenericPdu;
98 final GenericPdu pdu = (new PduParser(mPduData)).parse();
176 final GenericPdu pdu = (new PduParser(response)).parse();
DownloadRequest.java 20 import com.google.android.mms.pdu.GenericPdu;
112 final GenericPdu pdu = (new PduParser(response)).parse();
MmsService.java 21 import com.google.android.mms.pdu.GenericPdu;
441 final GenericPdu pdu = (new PduParser(pduData)).parse();
614 final GenericPdu pdu = (new PduParser(pduData)).parse();
691 final GenericPdu pdu = persister.load(messageUri);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 21 import com.google.android.mms.pdu.GenericPdu;
306 final GenericPdu pdu = new PduParser(pushData).parse();
396 private static long getDeliveryOrReadReportThreadId(Context context, GenericPdu pdu) {
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 57 import com.google.android.mms.pdu.GenericPdu;
352 GenericPdu pdu = p.load(msg);

Completed in 1008 milliseconds

1 2