Home
last modified time | relevance | path

Searched refs:CONTENT_LOCATION (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DNotificationInd.java75 return mPduHeaders.getTextString(PduHeaders.CONTENT_LOCATION); in getContentLocation()
86 mPduHeaders.setTextString(value, PduHeaders.CONTENT_LOCATION); in setContentLocation()
DPduHeaders.java29 public static final int CONTENT_LOCATION = 0x83; field in PduHeaders
531 case CONTENT_LOCATION: in setTextString()
DPduParser.java396 case PduHeaders.CONTENT_LOCATION: in parseHeaders()
1851 byte[] niContentLocation = headers.getTextString(PduHeaders.CONTENT_LOCATION); in checkMandatoryHeader()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DNotificationInd.java77 return mPduHeaders.getTextString(PduHeaders.CONTENT_LOCATION); in getContentLocation()
88 mPduHeaders.setTextString(value, PduHeaders.CONTENT_LOCATION); in setContentLocation()
DPduHeaders.java32 public static final int CONTENT_LOCATION = 0x83; field in PduHeaders
551 case CONTENT_LOCATION: in setTextString()
DPduPersister.java114 Mms.CONTENT_LOCATION,
175 Part.CONTENT_LOCATION,
241 TEXT_STRING_COLUMN_INDEX_MAP.put(PduHeaders.CONTENT_LOCATION, PDU_COLUMN_CONTENT_LOCATION); in TEXT_STRING_COLUMN_INDEX_MAP.put() argument
249 TEXT_STRING_COLUMN_NAME_MAP.put(PduHeaders.CONTENT_LOCATION, Mms.CONTENT_LOCATION); in TEXT_STRING_COLUMN_NAME_MAP.put() argument
765 values.put(Part.CONTENT_LOCATION, toIsoString(bytes)); in getValues()
DPduComposer.java504 case PduHeaders.CONTENT_LOCATION: in appendHeader()
813 if (appendHeader(PduHeaders.CONTENT_LOCATION) != PDU_COMPOSE_SUCCESS) { in makeNotificationInd()
DPduParser.java421 case PduHeaders.CONTENT_LOCATION: { in parseHeaders()
1887 byte[] niContentLocation = headers.getTextString(PduHeaders.CONTENT_LOCATION); in checkMandatoryHeader()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java390 mmsRow.put(Telephony.Mms.CONTENT_LOCATION, contentLocation); in createMmsRow()
428 smilPart.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml"); in createBodyCursor()
438 bodyPart.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName); in createBodyCursor()
454 attachmentPart.put(Telephony.Mms.Part.CONTENT_LOCATION, attachmentFilename); in createBodyCursor()
869 mFilename = values.getAsString(Telephony.Mms.Part.CONTENT_LOCATION); in insert()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java236 Telephony.Mms.CONTENT_LOCATION,
1103 case Telephony.Mms.CONTENT_LOCATION:
1281 values.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml");
1296 values.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName);
1319 values.put(Telephony.Mms.Part.CONTENT_LOCATION, filename);
DMmsSmsDatabaseHelper.java732 Mms.CONTENT_LOCATION + " TEXT," + in createMmsTables()
778 Part.CONTENT_LOCATION + " TEXT," + in createMmsTables()
2204 Part.CONTENT_LOCATION + " TEXT," + in upgradePartTableToAutoIncrement()
2243 Mms.CONTENT_LOCATION + " TEXT," + in upgradePduTableToAutoIncrement()
DMmsSmsProvider.java132 Mms.CONTENT_CLASS, Mms.CONTENT_LOCATION, Mms.CONTENT_TYPE,
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3037 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
3040 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".txt"); in pushMmsToFolder()
3042 values.put(Mms.Part.CONTENT_LOCATION, "text_" + count + ".txt"); in pushMmsToFolder()
3066 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder()
3068 values.put(Mms.Part.CONTENT_LOCATION, "smil_" + count + ".xml"); in pushMmsToFolder()
3151 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart()
3154 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".dat"); in writeMmsDataPart()
3156 values.put(Mms.Part.CONTENT_LOCATION, "part_" + count + ".dat"); in writeMmsDataPart()
DBluetoothMapContent.java3830 String cl = c.getString(c.getColumnIndex(Mms.Part.CONTENT_LOCATION)); in extractMmsParts()
/packages/services/Mms/src/com/android/mms/service/
DDownloadRequest.java54 Telephony.Mms.MESSAGE_TYPE + "=? AND " + Telephony.Mms.CONTENT_LOCATION + " =?";
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientContent.java371 values.put(Mms.Part.CONTENT_LOCATION, messagePart.mContentLocation); in storeMmsPart()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java301 Mms.CONTENT_LOCATION, in getProjection()