Home
last modified time | relevance | path

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

/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
3817 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/part"); in extractMmsParts() local
3893 String uriStr = in extractIMParts() local
DBluetoothMapContentObserver.java2137 String uriStr, long handle, int status) { in setEmailMessageStatusDelete()
2419 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) { in setMessageStatusDeleted()
2459 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) in setMessageStatusRead()