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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2055 String uriStr, long handle, int status) {
2057 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE);
2318 * @param uriStr
2323 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) {
2329 res = setEmailMessageStatusDelete(mCurrentFolder, uriStr, handle, statusValue);
2355 * @param uriStr
2359 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) argument
2054 setEmailMessageStatusDelete(BluetoothMapFolderElement mCurrentFolder, String uriStr, long handle, int status) argument
2322 setMessageStatusDeleted(long handle, TYPE type, BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java853 * @param uriStr the uri
856 private static String uriToCachingUriString(String uriStr, StringBuilder sb) { argument
857 final String withoutScheme = uriStr.substring(
858 uriStr.indexOf(ConversationProvider.URI_SEPARATOR)
899 final String uriStr = uriStringFromCachingUri(conversationUri);
901 cacheValue(uriStr, columnName, value);

Completed in 759 milliseconds