Searched refs:mMatcher (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | SearchIndexablesProvider.java | 73 private UriMatcher mMatcher; field in SearchIndexablesProvider 89 mMatcher = new UriMatcher(UriMatcher.NO_MATCH); in attachInfo() 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() 121 switch (mMatcher.match(uri)) { in query() 216 switch (mMatcher.match(uri)) { in getType()
|
H A D | DocumentsProvider.java | 159 private UriMatcher mMatcher; field in DocumentsProvider 194 mMatcher = new UriMatcher(UriMatcher.NO_MATCH); in registerAuthority() 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() 913 switch (mMatcher.match(uri)) { in query() 965 switch (mMatcher.match(uri)) { in getType() 986 switch (mMatcher.match(uri)) { in getTypeAnonymous() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 41910 Landroid/provider/DocumentsProvider;->mMatcher:Landroid/content/UriMatcher; 42072 Landroid/provider/SearchIndexablesProvider;->mMatcher:Landroid/content/UriMatcher;
|