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

  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 63 private final String mContentLocation;
82 mId = mContentLocation = getContentLocation(context, mUri);
84 Log.v(TAG, "X-Mms-Content-Location: " + mContentLocation);
133 byte[] resp = getPdu(mContentLocation);
165 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
236 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
NotificationTransaction.java 76 private String mContentLocation;
94 mContentLocation = new String(mNotificationInd.getContentLocation());
153 Log.v(TAG, "Content-Location: " + mContentLocation);
160 retrieveConfData = getPdu(mContentLocation);
240 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);

Completed in 181 milliseconds