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

  /frameworks/base/core/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/base/core/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 512 public GenericPdu load(Uri uri) throws MmsException {
587 GenericPdu pdu = null;
    [all...]
PduParser.java 105 public GenericPdu parse(){
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 25 import com.google.android.mms.pdu.GenericPdu;
67 GenericPdu pdu = p.load(mMessageUri);
PushReceiver.java 29 import com.google.android.mms.pdu.GenericPdu;
73 GenericPdu pdu = parser.parse();
169 private static long findThreadId(Context context, GenericPdu pdu, int type) {
NotificationTransaction.java 33 import com.google.android.mms.pdu.GenericPdu;
166 GenericPdu pdu = new PduParser(retrieveConfData).parse();
TransactionService.java 23 import com.google.android.mms.pdu.GenericPdu;
635 GenericPdu ind = parser.parse();
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideshowModel.java 32 import com.google.android.mms.pdu.GenericPdu;
347 GenericPdu pdu = p.load(msg);

Completed in 1221 milliseconds