Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java708 String uriStr = String.format("content://mms/%d/addr", id); in printMmsAddr() local
730 String uriStr = String.format("content://mms/part/%d", partid); in printMmsPartImage() local
753 String uriStr = String.format("content://mms/%d/part", id); in printMmsParts() local
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java550 final String uriStr = o.optString(KEY_QUERY_URI, null); in AccountCacheEntry() local
DAttachment.java404 final String uriStr = srcJson.optString(key, null); in parseOptionalUri() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1209 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/part"); in getTextPartsMms() local
1401 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/addr"); in getAddressMms() local
3470 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/addr"); in extractMmsAddresses() local
3517 String uriStr = new String(contentPartUri+"/"+ partid); in readRawDataPart() local
3553 String uriStr = new String(Mms.CONTENT_URI + "/"+ id + "/part"); in extractMmsParts() local
3631 String uriStr = new String(mBaseUri in extractIMParts() local
DBluetoothMapContentObserver.java2047 String uriStr, long handle, int status) { in setEmailMessageStatusDelete()
2315 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) { in setMessageStatusDeleted()
2351 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) in setMessageStatusRead()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java856 private static String uriToCachingUriString(String uriStr, StringBuilder sb) { in uriToCachingUriString()
899 final String uriStr = uriStringFromCachingUri(conversationUri); in setConversationColumn() local