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

  /frameworks/opt/mms/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/mms/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 525 public GenericPdu load(Uri uri) throws MmsException {
526 GenericPdu pdu = null;
    [all...]
PduParser.java 106 public GenericPdu parse(){
    [all...]
  /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 44 import com.google.android.mms.pdu.GenericPdu;
73 GenericPdu pdu = parser.parse();
177 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 47 import com.google.android.mms.pdu.GenericPdu;
177 GenericPdu pdu = new PduParser(retrieveConfData).parse();
TransactionService.java 56 import com.google.android.mms.pdu.GenericPdu;
698 GenericPdu ind = parser.parse();
    [all...]
MessagingNotification.java 79 import com.google.android.mms.pdu.GenericPdu;
608 GenericPdu pdu = sPduPersister.load(msgUri);
    [all...]
  /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 238 milliseconds