Searched refs:mUriMatcher (Results 1 – 2 of 2) sorted by relevance
116 private UriMatcher mUriMatcher; field in SearchRecentSuggestionsProvider189 mUriMatcher = new UriMatcher(UriMatcher.NO_MATCH); in setupSuggestions()190 mUriMatcher.addURI(mAuthority, SearchManager.SUGGEST_URI_PATH_QUERY, URI_MATCH_SUGGEST); in setupSuggestions()252 if (mUriMatcher.match(uri) == URI_MATCH_SUGGEST) { in getType()326 if (mUriMatcher.match(uri) == URI_MATCH_SUGGEST) { in query()
16950 Landroid/content/SearchRecentSuggestionsProvider;->mUriMatcher:Landroid/content/UriMatcher;