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

  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 35 import com.google.android.mms.pdu.NotifyRespInd;
233 NotifyRespInd notifyRespInd = new NotifyRespInd(
240 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
242 sendPdu(new PduComposer(mContext, notifyRespInd).make());
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 148 NotifyRespInd notifyRespInd =
149 new NotifyRespInd(mHeaders);
150 return notifyRespInd;
    [all...]

Completed in 2932 milliseconds