Searched refs:mContentLocation (Results 1 – 8 of 8) sorted by relevance
39 public String mContentLocation = null; field in BluetoothMapbMessageMime.MimePart90 if (mContentLocation != null) { in encode()91 sb.append("Content-Location: ").append(mContentLocation).append("\r\n"); in encode()694 newPart.mContentLocation = headerValue; in parseMimePart()
3036 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()
3845 part.mContentLocation = cl; in extractMmsParts()
336 public String mContentLocation; field in DatabaseMessages.MmsMessage378 mContentLocation = cursor.getString(INDEX_CONTENT_LOCATION); in load()490 mContentLocation = in.readString(); in MmsMessage()538 out.writeString(mContentLocation); in writeToParcel()
1721 mms.mContentLocation, mms.mTransactionId, mms.mPriority, mms.mSubject, in createMmsMessage()
144 actionParameters.putString(KEY_CONTENT_LOCATION, mms.mContentLocation); in executeAction()
283 final String mmsContentLocation = mms.mContentLocation; in appendDebugInfo()
371 values.put(Mms.Part.CONTENT_LOCATION, messagePart.mContentLocation); in storeMmsPart()