Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3027 values.put(Mms.Part.CONTENT_ID, part.mContentId); in pushMmsToFolder()
3030 values.put(Mms.Part.CONTENT_ID, "<" + part.mPartName + ">"); in pushMmsToFolder()
3032 values.put(Mms.Part.CONTENT_ID, "<text_" + count + ">"); in pushMmsToFolder()
3061 values.put(Mms.Part.CONTENT_ID, part.mContentId); in pushMmsToFolder()
3063 values.put(Mms.Part.CONTENT_ID, "<smil_" + count + ">"); in pushMmsToFolder()
3141 values.put(Mms.Part.CONTENT_ID, part.mContentId); in writeMmsDataPart()
3144 values.put(Mms.Part.CONTENT_ID, "<" + part.mPartName + ">"); in writeMmsDataPart()
3146 values.put(Mms.Part.CONTENT_ID, "<part_" + count + ">"); in writeMmsDataPart()
DBluetoothMapContent.java3829 String cid = c.getString(c.getColumnIndex(Mms.Part.CONTENT_ID)); in extractMmsParts()
3942 c.getColumnIndex(BluetoothMapContract.MessagePartColumns.CONTENT_ID)); in extractIMParts()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java427 smilPart.put(Telephony.Mms.Part.CONTENT_ID, "<smil>"); in createBodyCursor()
437 bodyPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">"); in createBodyCursor()
453 attachmentPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+attachmentFilename+">"); in createBodyCursor()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java1280 values.put(Telephony.Mms.Part.CONTENT_ID, "<smil>");
1295 values.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">");
1318 values.put(Telephony.Mms.Part.CONTENT_ID, "<"+filename+">");
DMmsSmsDatabaseHelper.java777 Part.CONTENT_ID + " TEXT," + in createMmsTables()
2203 Part.CONTENT_ID + " TEXT," + in upgradePartTableToAutoIncrement()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java511 String CONTENT_ID = "cid"; field
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java174 Part.CONTENT_ID,
760 values.put(Part.CONTENT_ID, toIsoString(bytes)); in getValues()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientContent.java370 values.put(Mms.Part.CONTENT_ID, messagePart.mContentId); in storeMmsPart()