Searched refs:mContentLocation (Results 1 – 7 of 7) 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()
2977 if (part.mContentLocation != null) { in pushMmsToFolder()2978 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()3006 if (part.mContentLocation != null) { in pushMmsToFolder()3007 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()3090 if (part.mContentLocation != null) { in writeMmsDataPart()3091 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart()
3852 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()
1757 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()