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

  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 79 private String mContentLocation;
96 mContentLocation = new String(mNotificationInd.getContentLocation());
97 mId = mContentLocation;
165 Log.v(TAG, "Content-Location: " + mContentLocation);
172 retrieveConfData = getPdu(mContentLocation);
259 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
RetrieveTransaction.java 67 private final String mContentLocation;
86 mId = mContentLocation = getContentLocation(context, mUri);
88 Log.v(TAG, "X-Mms-Content-Location: " + mContentLocation);
137 byte[] resp = getPdu(mContentLocation);
170 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
285 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMms.java 38 public String mContentLocation = null;
83 if(mContentLocation != null)
84 sb.append("Content-Location: ").append(mContentLocation).append("\r\n");
588 newPart.mContentLocation = headerValue;
    [all...]

Completed in 61 milliseconds