Searched refs:mSuggestionsUri (Results 1 – 2 of 2) 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()
114 private Uri mSuggestionsUri; field in SearchRecentSuggestionsProvider186 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions"); in setupSuggestions()287 newUri = Uri.withAppendedPath(mSuggestionsUri, String.valueOf(rowID)); in insert()