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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2047 String uriStr, long handle, int status) {
2049 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE);
2310 * @param uriStr
2315 BluetoothMapFolderElement mCurrentFolder, String uriStr, int statusValue) {
2321 res = setEmailMessageStatusDelete(mCurrentFolder, uriStr, handle, statusValue);
2347 * @param uriStr
2351 public boolean setMessageStatusRead(long handle, TYPE type, String uriStr, int statusValue) argument
2046 setEmailMessageStatusDelete(BluetoothMapFolderElement mCurrentFolder, String uriStr, long handle, int status) argument
2314 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 253 milliseconds