OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uriStr
(Results
1 - 13
of
13
) sorted by null
/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
);
/frameworks/base/core/java/android/content/
DefaultDataHandler.java
100
String
uriStr
= atts.getValue(URI_STR);
102
if (
uriStr
!= null) {
104
uri = Uri.parse(
uriStr
);
/frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java
386
String
uriStr
= "content://" + TestProvider.AUTHORITY +
388
Uri contentUri = Uri.parse(
uriStr
);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java
404
final String
uriStr
= srcJson.optString(key, null);
405
return
uriStr
== null ? null : Uri.parse(
uriStr
);
MailAppProvider.java
550
final String
uriStr
= o.optString(KEY_QUERY_URI, null);
551
if (
uriStr
!= null) {
552
mAccountsQueryUri = Uri.parse(
uriStr
);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
708
String
uriStr
= String.format("content://mms/%d/addr", id);
709
Uri uriAddress = Uri.parse(
uriStr
);
730
String
uriStr
= String.format("content://mms/part/%d", partid);
731
Uri uriAddress = Uri.parse(
uriStr
);
753
String
uriStr
= String.format("content://mms/%d/part", id);
754
Uri uriAddress = Uri.parse(
uriStr
);
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.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
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 383 milliseconds