/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | NotificationInd.java | 75 return mPduHeaders.getTextString(PduHeaders.CONTENT_LOCATION); in getContentLocation() 86 mPduHeaders.setTextString(value, PduHeaders.CONTENT_LOCATION); in setContentLocation()
|
D | PduHeaders.java | 29 public static final int CONTENT_LOCATION = 0x83; field in PduHeaders 531 case CONTENT_LOCATION: in setTextString()
|
D | PduParser.java | 396 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/ |
D | NotificationInd.java | 77 return mPduHeaders.getTextString(PduHeaders.CONTENT_LOCATION); in getContentLocation() 88 mPduHeaders.setTextString(value, PduHeaders.CONTENT_LOCATION); in setContentLocation()
|
D | PduPersister.java | 114 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()
|
D | PduHeaders.java | 32 public static final int CONTENT_LOCATION = 0x83; field in PduHeaders 551 case CONTENT_LOCATION: in setTextString()
|
D | PduComposer.java | 504 case PduHeaders.CONTENT_LOCATION: in appendHeader() 813 if (appendHeader(PduHeaders.CONTENT_LOCATION) != PDU_COMPOSE_SUCCESS) { in makeNotificationInd()
|
D | PduParser.java | 421 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/ |
D | TelephonyBackupAgentTest.java | 378 mmsRow.put(Telephony.Mms.CONTENT_LOCATION, contentLocation); in createMmsRow() 416 smilPart.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml"); in createBodyCursor() 426 bodyPart.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName); in createBodyCursor() 442 attachmentPart.put(Telephony.Mms.Part.CONTENT_LOCATION, attachmentFilename); in createBodyCursor() 779 mFilename = values.getAsString(Telephony.Mms.Part.CONTENT_LOCATION); in insert()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyBackupAgent.java | 224 Telephony.Mms.CONTENT_LOCATION, 952 case Telephony.Mms.CONTENT_LOCATION: 1140 values.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml"); 1157 values.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName); 1182 values.put(Telephony.Mms.Part.CONTENT_LOCATION, filename);
|
D | MmsSmsDatabaseHelper.java | 731 Mms.CONTENT_LOCATION + " TEXT," + in createMmsTables() 777 Part.CONTENT_LOCATION + " TEXT," + in createMmsTables() 2203 Part.CONTENT_LOCATION + " TEXT," + in upgradePartTableToAutoIncrement() 2242 Mms.CONTENT_LOCATION + " TEXT," + in upgradePduTableToAutoIncrement()
|
D | MmsSmsProvider.java | 146 Mms.CONTENT_CLASS, Mms.CONTENT_LOCATION, Mms.CONTENT_TYPE,
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 3032 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder() 3035 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".txt"); in pushMmsToFolder() 3037 values.put(Mms.Part.CONTENT_LOCATION, "text_" + count + ".txt"); in pushMmsToFolder() 3061 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder() 3063 values.put(Mms.Part.CONTENT_LOCATION, "smil_" + count + ".xml"); in pushMmsToFolder() 3145 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart() 3148 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".dat"); in writeMmsDataPart() 3150 values.put(Mms.Part.CONTENT_LOCATION, "part_" + count + ".dat"); in writeMmsDataPart()
|
D | BluetoothMapContent.java | 3830 String cl = c.getString(c.getColumnIndex(Mms.Part.CONTENT_LOCATION)); in extractMmsParts()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | DownloadRequest.java | 54 Telephony.Mms.MESSAGE_TYPE + "=? AND " + Telephony.Mms.CONTENT_LOCATION + " =?";
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | DatabaseMessages.java | 301 Mms.CONTENT_LOCATION, in getProjection()
|