Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java465 smilPart.put(Telephony.Mms.Part.CONTENT_ID, "<smil>"); in createBodyCursor()
475 bodyPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">"); in createBodyCursor()
491 attachmentPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+attachmentFilename+">"); in createBodyCursor()
DMmsSmsDatabaseHelperTest.java242 Part.CONTENT_ID + " TEXT," + in createMmsTables()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java477 String CONTENT_ID = "cid"; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3573 values.put(Mms.Part.CONTENT_ID, part.mContentId); in pushMmsToFolder()
3576 values.put(Mms.Part.CONTENT_ID, "<" + part.mPartName + ">"); in pushMmsToFolder()
3578 values.put(Mms.Part.CONTENT_ID, "<text_" + count + ">"); in pushMmsToFolder()
3605 values.put(Mms.Part.CONTENT_ID, part.mContentId); in pushMmsToFolder()
3607 values.put(Mms.Part.CONTENT_ID, "<smil_" + count + ">"); in pushMmsToFolder()
3697 values.put(Mms.Part.CONTENT_ID, part.mContentId); in writeMmsDataPart()
3700 values.put(Mms.Part.CONTENT_ID, "<" + part.mPartName + ">"); in writeMmsDataPart()
3702 values.put(Mms.Part.CONTENT_ID, "<part_" + count + ">"); in writeMmsDataPart()
DBluetoothMapContent.java3853 String cid = c.getString(c.getColumnIndex(Mms.Part.CONTENT_ID)); in extractMmsParts()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java1421 values.put(Telephony.Mms.Part.CONTENT_ID, "<smil>");
1436 values.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">");
1459 values.put(Telephony.Mms.Part.CONTENT_ID, "<"+filename+">");
DMmsSmsDatabaseHelper.java820 Part.CONTENT_ID + " TEXT," +
2446 Part.CONTENT_ID + " TEXT," + in upgradePartTableToAutoIncrement()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java175 Part.CONTENT_ID,
761 values.put(Part.CONTENT_ID, toIsoString(bytes)); in getValues()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientContent.java409 values.put(Mms.Part.CONTENT_ID, messagePart.mContentId); in storeMmsPart()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java2061 Telephony.Mms.Part.CONTENT_ID, in extractMmsParts()