Home
last modified time | relevance | path

Searched refs:getCurrentSuggestions (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java47 return new SuggestionPosition(getCurrentSuggestions(), (int) suggestionId); in getSuggestion()
69 SuggestionCursor s = getCurrentSuggestions(); in getCount()
86 getCurrentSuggestions(), position, position, convertView, parent); in getView()
91 return getSuggestionViewType(getCurrentSuggestions(), position); in getItemViewType()
H A DDelayingSuggestionsAdapter.java134 return mDelayedAdapter.getCurrentSuggestions(); in getCurrentPromotedSuggestions()
H A DSuggestionsAdapterBase.java177 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SuggestionsAdapterBase
H A DSearchActivityView.java197 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivityView
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchActivity.java267 getLogger().logExit(getCurrentSuggestions(), getQuery().length()); in onStop()
369 protected SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivity
377 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) { in getCurrentSuggestions() method in SearchActivity
411 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id); in launchSuggestion()
435 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id); in refineSuggestion()