/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 | PduHeaders.java | 32 public static final int CONTENT_LOCATION = 0x83; field in PduHeaders 551 case CONTENT_LOCATION: in setTextString()
|
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 | 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/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/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | MmsSmsDatabaseHelper.java | 609 Mms.CONTENT_LOCATION + " TEXT," + in createMmsTables() 655 Part.CONTENT_LOCATION + " TEXT," + in createMmsTables() 1950 Part.CONTENT_LOCATION + " TEXT," + in upgradePartTableToAutoIncrement() 1989 Mms.CONTENT_LOCATION + " TEXT," + in upgradePduTableToAutoIncrement()
|
D | TelephonyBackupAgent.java | 204 Telephony.Mms.CONTENT_LOCATION, 895 case Telephony.Mms.CONTENT_LOCATION: 1039 values.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml"); 1056 values.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName);
|
D | MmsSmsProvider.java | 131 Mms.CONTENT_CLASS, Mms.CONTENT_LOCATION, Mms.CONTENT_TYPE,
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyBackupAgentTest.java | 314 mmsRow.put(Telephony.Mms.CONTENT_LOCATION, contentLocation); in createMmsRow() 345 smilPart.put(Telephony.Mms.Part.CONTENT_LOCATION, "smil.xml"); in createBodyCursor() 354 bodyPart.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName); in createBodyCursor()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2815 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder() 2818 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".txt"); in pushMmsToFolder() 2820 values.put(Mms.Part.CONTENT_LOCATION, "text_" + count + ".txt"); in pushMmsToFolder() 2842 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in pushMmsToFolder() 2844 values.put(Mms.Part.CONTENT_LOCATION, "smil_" + count + ".xml"); in pushMmsToFolder() 2919 values.put(Mms.Part.CONTENT_LOCATION, part.mContentLocation); in writeMmsDataPart() 2922 values.put(Mms.Part.CONTENT_LOCATION, part.mPartName + ".dat"); in writeMmsDataPart() 2924 values.put(Mms.Part.CONTENT_LOCATION, "part_" + count + ".dat"); in writeMmsDataPart()
|
D | BluetoothMapContent.java | 3562 String cl = c.getString(c.getColumnIndex(Mms.Part.CONTENT_LOCATION)); in extractMmsParts()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | DownloadRequest.java | 55 Telephony.Mms.MESSAGE_TYPE + "=? AND " + Telephony.Mms.CONTENT_LOCATION + " =?";
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 971 values.put(Mms.CONTENT_LOCATION, contentLocation); in insertReceivedMmsMessage() 2171 + Mms.DATE + ">?) AND (" + Mms.DATE + "<?) AND (" + Mms.CONTENT_LOCATION + 2175 "(" + Mms.MESSAGE_TYPE + "=?) AND (" + Mms.CONTENT_LOCATION + "=?)";
|
D | DatabaseMessages.java | 301 Mms.CONTENT_LOCATION, in getProjection()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |