Searched refs:suggestionsProvider (Results 1 – 2 of 2) sorted by relevance
211 private val suggestionsProvider: SuggestionsProvider? constant in com.android.quicksearchbox.SearchActivity212 get() = qsbApplication.suggestionsProvider435 val suggestions = suggestionsProvider?.getSuggestions(query, source!!) in updateSuggestions()
206 val suggestionsProvider: SuggestionsProvider? constant