Searched defs:getCurrentPromotedSuggestions (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsAdapter.java79 SuggestionCursor getCurrentPromotedSuggestions(); method in interface:SuggestionsAdapter
H A DDelayingSuggestionsAdapter.java141 public SuggestionCursor getCurrentPromotedSuggestions() { method in class:DelayingSuggestionsAdapter
142 return mDelayedAdapter.getCurrentPromotedSuggestions();
H A DSuggestionsAdapterBase.java193 public SuggestionCursor getCurrentPromotedSuggestions() { method in class:SuggestionsAdapterBase
H A DSearchActivityView.java276 public SuggestionCursor getCurrentPromotedSuggestions() { method in class:SearchActivityView
277 return mSuggestionsAdapter.getCurrentPromotedSuggestions();

Completed in 220 milliseconds