/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgentTest.java | 427 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()
|
/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
H A D | BluetoothMapContract.java | 511 String CONTENT_ID = "cid"; field
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContentObserver.java | 3027 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()
|
H A D | BluetoothMapContent.java | 3829 String cid = c.getString(c.getColumnIndex(Mms.Part.CONTENT_ID)); in extractMmsParts() 3942 c.getColumnIndex(BluetoothMapContract.MessagePartColumns.CONTENT_ID)); in extractIMParts()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgent.java | 1280 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+">");
|
H A D | MmsSmsDatabaseHelper.java | 777 Part.CONTENT_ID + " TEXT," + in createMmsTables() 2203 Part.CONTENT_ID + " TEXT," + in upgradePartTableToAutoIncrement()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 170 Part.CONTENT_ID, 763 values.put(Part.CONTENT_ID, (String) value); in persistPart() 1088 values.put(Part.CONTENT_ID, (String) value); in updatePart()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MapClientContent.java | 370 values.put(Mms.Part.CONTENT_ID, messagePart.mContentId); in storeMmsPart()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduPersister.java | 174 Part.CONTENT_ID, 760 values.put(Part.CONTENT_ID, toIsoString(bytes)); in getValues()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Telephony.java | 3220 public static final String CONTENT_ID = "cid"; field in Telephony.Mms.Part
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 35788 field public static final String CONTENT_ID = "cid";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 25668 field public static final java.lang.String CONTENT_ID = "cid";
|