Home
last modified time | relevance | path

Searched refs:mContentLocation (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
DNotificationTransaction.java78 private String mContentLocation; field in NotificationTransaction
95 mContentLocation = new String(mNotificationInd.getContentLocation()); in NotificationTransaction()
96 mId = mContentLocation; in NotificationTransaction()
164 Log.v(TAG, "Content-Location: " + mContentLocation); in run()
171 retrieveConfData = getPdu(mContentLocation); in run()
259 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation); in sendNotifyRespInd()
DRetrieveTransaction.java67 private final String mContentLocation; field in RetrieveTransaction
86 mId = mContentLocation = getContentLocation(context, mUri); in RetrieveTransaction()
88 Log.v(TAG, "X-Mms-Content-Location: " + mContentLocation); in RetrieveTransaction()
137 byte[] resp = getPdu(mContentLocation); in run()
171 updateContentLocation(mContext, msgUri, mContentLocation, mLocked); in run()
286 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation); in sendAcknowledgeInd()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMms.java38 public String mContentLocation = null; field in BluetoothMapbMessageMms.MimePart
83 if(mContentLocation != null) in encode()
84 sb.append("Content-Location: ").append(mContentLocation).append("\r\n"); in encode()
588 newPart.mContentLocation = headerValue; in parseMmsMimePart()
DBluetoothMapContentObserver.java1491 if(part.mContentLocation != null) { in pushMmsToFolder()
1492 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
1518 if(part.mContentLocation != null) { in pushMmsToFolder()
1519 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
1594 if(part.mContentLocation != null) { in writeMmsDataPart()
1595 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart()
DBluetoothMapContent.java1790 part.mContentLocation = cl; in extractMmsParts()