HomeSort by relevance Sort by last modified time
    Searched refs:uriStr (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 100 String uriStr = atts.getValue(URI_STR);
102 if (uriStr != null) {
104 uri = Uri.parse(uriStr);
  /cts/tests/tests/content/src/android/content/cts/
SearchRecentSuggestionsProviderTest.java 56 final String uriStr = AUTHORITY_HEAD + '/' + SearchManager.SUGGEST_URI_PATH_QUERY;
57 final Uri contentUri = Uri.parse(uriStr);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 550 final String uriStr = o.optString(KEY_QUERY_URI, null);
551 if (uriStr != null) {
552 mAccountsQueryUri = Uri.parse(uriStr);
Attachment.java 404 final String uriStr = srcJson.optString(key, null);
405 return uriStr == null ? null : Uri.parse(uriStr);
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 379 String uriStr = "content://" + TestProvider.AUTHORITY +
381 Uri contentUri = Uri.parse(uriStr);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 622 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/part");
623 Uri uriAddress = Uri.parse(uriStr);
722 String uriStr = new String(Mms.CONTENT_URI + "/" + id + "/addr");
723 Uri uriAddress = Uri.parse(uriStr);
    [all...]
BluetoothMapContentObserver.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 

Completed in 247 milliseconds