Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
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()
DDelayingSuggestionsAdapter.java134 return mDelayedAdapter.getCurrentSuggestions(); in getCurrentPromotedSuggestions()
DSuggestionsAdapterBase.java177 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SuggestionsAdapterBase
DSearchActivityView.java197 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivityView
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
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()