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

  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 78 private String mContentLocation;
95 mContentLocation = new String(mNotificationInd.getContentLocation());
96 mId = mContentLocation;
164 Log.v(TAG, "Content-Location: " + mContentLocation);
171 retrieveConfData = getPdu(mContentLocation);
258 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
RetrieveTransaction.java 66 private final String mContentLocation;
85 mId = mContentLocation = getContentLocation(context, mUri);
87 Log.v(TAG, "X-Mms-Content-Location: " + mContentLocation);
136 byte[] resp = getPdu(mContentLocation);
169 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
284 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 141 public String mContentLocation;
158 mContentLocation = null;
672 state.mContentLocation,
706 state.mContentLocation = conn.getHeaderField("Content-Location");
    [all...]

Completed in 266 milliseconds