Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java39 public String mContentLocation = null; field in BluetoothMapbMessageMime.MimePart
90 if (mContentLocation != null) { in encode()
91 sb.append("Content-Location: ").append(mContentLocation).append("\r\n"); in encode()
694 newPart.mContentLocation = headerValue; in parseMimePart()
H A DBluetoothMapContentObserver.java3036 if (part.mContentLocation != null) { in pushMmsToFolder()
3037 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
3065 if (part.mContentLocation != null) { in pushMmsToFolder()
3066 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
3150 if (part.mContentLocation != null) { in writeMmsDataPart()
3151 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart()
H A DBluetoothMapContent.java3845 part.mContentLocation = cl; in extractMmsParts()
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DDatabaseMessages.java336 public String mContentLocation; field in DatabaseMessages.MmsMessage
378 mContentLocation = cursor.getString(INDEX_CONTENT_LOCATION); in load()
490 mContentLocation = in.readString(); in MmsMessage()
538 out.writeString(mContentLocation); in writeToParcel()
H A DMmsUtils.java1721 mms.mContentLocation, mms.mTransactionId, mms.mPriority, mms.mSubject, in createMmsMessage()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DReceiveMmsMessageAction.java144 actionParameters.putString(KEY_CONTENT_LOCATION, mms.mContentLocation); in executeAction()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java283 final String mmsContentLocation = mms.mContentLocation; in appendDebugInfo()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientContent.java371 values.put(Mms.Part.CONTENT_LOCATION, messagePart.mContentLocation); in storeMmsPart()