Home
last modified time | relevance | path

Searched refs:pdu (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsWapPushReceiver.java26 import com.google.android.mms.pdu.GenericPdu;
27 import com.google.android.mms.pdu.NotificationInd;
28 import com.google.android.mms.pdu.PduHeaders;
29 import com.google.android.mms.pdu.PduParser;
44 GenericPdu pdu = null; in onReceive() local
46 pdu = parser.parse(); in onReceive()
50 if (pdu == null) { in onReceive()
54 switch (pdu.getMessageType()) { in onReceive()
56 final NotificationInd nInd = (NotificationInd) pdu; in onReceive()
DMmsMessagingDemo.java21 import com.google.android.mms.pdu.CharacterSets;
22 import com.google.android.mms.pdu.EncodedStringValue;
23 import com.google.android.mms.pdu.GenericPdu;
24 import com.google.android.mms.pdu.PduBody;
25 import com.google.android.mms.pdu.PduComposer;
26 import com.google.android.mms.pdu.PduHeaders;
27 import com.google.android.mms.pdu.PduParser;
28 import com.google.android.mms.pdu.PduPart;
29 import com.google.android.mms.pdu.RetrieveConf;
30 import com.google.android.mms.pdu.SendConf;
[all …]