Home
last modified time | relevance | path

Searched refs:addURI (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DUriMatcherTest.java49 matcher.addURI("people", null, PEOPLE); in testContentUris()
50 matcher.addURI("people", "#", PEOPLE_ID); in testContentUris()
58 matcher.addURI("calls", null, CALLS); in testContentUris()
59 matcher.addURI("calls", "#", CALLS_ID); in testContentUris()
70 matcher.addURI("people", null, PEOPLE); in testContentUrisWithLeadingSlash()
71 matcher.addURI("people", "/#", PEOPLE_ID); in testContentUrisWithLeadingSlash()
79 matcher.addURI("calls", null, CALLS); in testContentUrisWithLeadingSlash()
80 matcher.addURI("calls", "/#", CALLS_ID); in testContentUrisWithLeadingSlash()
91 matcher.addURI("people", "/", PEOPLE); in testContentUrisWithLeadingSlashAndOnlySlash()
100 matcher.addURI("calls", "/", CALLS); in testContentUrisWithLeadingSlashAndOnlySlash()
[all …]
H A DMemoryFileProvider.java57 sURLMatcher.addURI("*", "data/#/blob", DATA_ID_BLOB);
58 sURLMatcher.addURI("*", "huge", HUGE);
59 sURLMatcher.addURI("*", "file", FILE);
/aosp14/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java55 URI_MATCHER.addURI("mms", null, MMS_ALL);
56 URI_MATCHER.addURI("mms", "#", MMS_ALL_ID);
57 URI_MATCHER.addURI("mms", "inbox", MMS_INBOX);
58 URI_MATCHER.addURI("mms", "inbox/#", MMS_INBOX_ID);
59 URI_MATCHER.addURI("mms", "sent", MMS_SENT);
60 URI_MATCHER.addURI("mms", "sent/#", MMS_SENT_ID);
61 URI_MATCHER.addURI("mms", "drafts", MMS_DRAFTS);
62 URI_MATCHER.addURI("mms", "drafts/#", MMS_DRAFTS_ID);
63 URI_MATCHER.addURI("mms", "outbox", MMS_OUTBOX);
64 URI_MATCHER.addURI("mms", "outbox/#", MMS_OUTBOX_ID);
[all …]
/aosp14/frameworks/base/core/java/android/provider/
H A DSearchIndexablesProvider.java90 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_XML_RES_PATH, in attachInfo()
92 mMatcher.addURI(mAuthority, SearchIndexablesContract.INDEXABLES_RAW_PATH, in attachInfo()
94 mMatcher.addURI(mAuthority, SearchIndexablesContract.NON_INDEXABLES_KEYS_PATH, in attachInfo()
96 mMatcher.addURI(mAuthority, SearchIndexablesContract.SITE_MAP_PAIRS_PATH, in attachInfo()
98 mMatcher.addURI(mAuthority, SearchIndexablesContract.SLICE_URI_PAIRS_PATH, in attachInfo()
100 mMatcher.addURI(mAuthority, SearchIndexablesContract.DYNAMIC_INDEXABLES_RAW_PATH, in attachInfo()
H A DContactsInternal.java50 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI()
51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI()
H A DDocumentsProvider.java195 mMatcher.addURI(mAuthority, "root", MATCH_ROOTS); in registerAuthority()
196 mMatcher.addURI(mAuthority, "root/*", MATCH_ROOT); in registerAuthority()
197 mMatcher.addURI(mAuthority, "root/*/recent", MATCH_RECENT); in registerAuthority()
198 mMatcher.addURI(mAuthority, "root/*/search", MATCH_SEARCH); in registerAuthority()
199 mMatcher.addURI(mAuthority, "document/*", MATCH_DOCUMENT); in registerAuthority()
200 mMatcher.addURI(mAuthority, "document/*/children", MATCH_CHILDREN); in registerAuthority()
201 mMatcher.addURI(mAuthority, "tree/*/document/*", MATCH_DOCUMENT_TREE); in registerAuthority()
202 mMatcher.addURI(mAuthority, "tree/*/document/*/children", MATCH_CHILDREN_TREE); in registerAuthority()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java41 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY,
43 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DCustomizationProvider.kt54 addURI(
61 addURI(
68 addURI(
75 addURI(
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java53 sURLMatcher.addURI("*", "data", DATA);
54 sURLMatcher.addURI("*", "data/#", DATA_ID);
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/debug/
H A DProviderColumn.kt96 uriMatcher.addURI(authority, queryPath, queryMatchCode)
/aosp14/frameworks/base/core/java/android/content/
H A DUriMatcher.java161 public void addURI(String authority, String path, int code) in addURI() method in UriMatcher
H A DSearchRecentSuggestionsProvider.java190 mUriMatcher.addURI(mAuthority, SearchManager.SUGGEST_URI_PATH_QUERY, URI_MATCH_SUGGEST); in setupSuggestions()
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/search/
H A DSpaSearchProvider.kt99 uriMatcher.addURI(info.authority, entry.key, entry.value)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4375 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4378 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11586 method public void addURI(String, String, int);