Searched refs:mContentLocation (Results 1 – 7 of 7) sorted by relevance
39 public String mContentLocation = null; field in BluetoothMapbMessageMime.MimePart86 if(mContentLocation != null) in encode()87 sb.append("Content-Location: ").append(mContentLocation).append("\r\n"); in encode()619 newPart.mContentLocation = headerValue; in parseMimePart()
2814 if(part.mContentLocation != null) { in pushMmsToFolder()2815 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()2841 if(part.mContentLocation != null) { in pushMmsToFolder()2842 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()2918 if(part.mContentLocation != null) { in writeMmsDataPart()2919 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart()
3580 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()