Home
last modified time | relevance | path

Searched defs:uriStr (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
DMmsUtils.java77 String uriStr = MessageFormat.format(FORMAT_CONTENT_MMS_PART, id); in getMmsBody() local
92 String uriStr = MessageFormat.format(FORMAT_CONTENT_MMS_ADDR, id); in getOriginator() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1290 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/part"); in getTextPartsMms() local
1508 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/addr"); in getAddressMms() local
3732 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/addr"); in extractMmsAddresses() local
3782 String uriStr = new String(contentPartUri + "/" + partid); in readRawDataPart() local
3815 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/part"); in extractMmsParts() local
3923 String uriStr = in extractIMParts() local
DBluetoothMapContentObserver.java2139 String uriStr, long handle, int status) { in setEmailMessageStatusDelete()
2421 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) { in setMessageStatusDeleted()
2461 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) in setMessageStatusRead()