/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | UriMatcherTest.java | 49 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 D | MemoryFileProvider.java | 57 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 D | PduCache.java | 55 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 D | SearchIndexablesProvider.java | 90 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 D | ContactsInternal.java | 50 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 D | DocumentsProvider.java | 195 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 D | SuggestionProvider.java | 41 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 D | CustomizationProvider.kt | 54 addURI( 61 addURI( 68 addURI( 75 addURI(
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | LocalProvider.java | 53 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 D | ProviderColumn.kt | 96 uriMatcher.addURI(authority, queryPath, queryMatchCode)
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | UriMatcher.java | 161 public void addURI(String authority, String path, int code) in addURI() method in UriMatcher
|
H A D | SearchRecentSuggestionsProvider.java | 190 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 D | SpaSearchProvider.kt | 99 uriMatcher.addURI(info.authority, entry.key, entry.value)
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4375 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4378 HSPLandroid/content/UriMatcher;->addURI(Ljava/lang/String;Ljava/lang/String;I)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 11586 method public void addURI(String, String, int);
|