Searched refs:mSuggestionsUri (Results 1 – 3 of 3) sorted by relevance
113 private final Uri mSuggestionsUri; field in SearchRecentSuggestions144 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions"); in SearchRecentSuggestions()201 cr.insert(mSuggestionsUri, values); in saveRecentQueryBlocking()243 cr.delete(mSuggestionsUri, selection, null); in truncateHistory()
115 private Uri mSuggestionsUri; field in SearchRecentSuggestionsProvider188 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions"); in setupSuggestions()289 newUri = Uri.withAppendedPath(mSuggestionsUri, String.valueOf(rowID)); in insert()
16947 Landroid/content/SearchRecentSuggestionsProvider;->mSuggestionsUri:Landroid/net/Uri;55996 Landroid/provider/SearchRecentSuggestions;->mSuggestionsUri:Landroid/net/Uri;