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;
225 NotifyRespInd notifyRespInd = new NotifyRespInd(
232 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
234 sendPdu(new PduComposer(mContext, notifyRespInd).make());
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java 147 NotifyRespInd notifyRespInd =
148 new NotifyRespInd(mHeaders);
149 return notifyRespInd;
    [all...]

Completed in 263 milliseconds