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

  /frameworks/base/core/java/com/google/android/mms/pdu/
NotifyRespInd.java 25 public class NotifyRespInd extends GenericPdu {
36 public NotifyRespInd(int mmsVersion,
51 NotifyRespInd(PduHeaders headers) {
PduParser.java 148 NotifyRespInd notifyRespInd =
149 new NotifyRespInd(mHeaders);
150 return notifyRespInd;
    [all...]
PduPersister.java 608 pdu = new NotifyRespInd(headers);
    [all...]
  /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());

Completed in 802 milliseconds