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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 477 static class PduParser {
485 PduParser(String s) {
489 PduParser(byte[] pdu) {
904 PduParser p = new PduParser(pdu);
937 * @param p A PduParser, cued past the first byte.
940 private void parseSmsStatusReport(PduParser p, int firstByte) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 32 import com.google.android.mms.pdu.PduParser;
73 PduParser parser = new PduParser(pushData);
NotificationTransaction.java 38 import com.google.android.mms.pdu.PduParser;
166 GenericPdu pdu = new PduParser(retrieveConfData).parse();
RetrieveTransaction.java 28 import com.google.android.mms.pdu.PduParser;
137 RetrieveConf retrieveConf = (RetrieveConf) new PduParser(resp).parse();
SendTransaction.java 27 import com.google.android.mms.pdu.PduParser;
127 SendConf conf = (SendConf) new PduParser(response).parse();
TransactionService.java 27 import com.google.android.mms.pdu.PduParser;
650 PduParser parser = new PduParser(pushData);
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 32 public class PduParser {
85 private static final String LOG_TAG = "PduParser";
94 public PduParser(byte[] pduDataStream) {
    [all...]

Completed in 477 milliseconds