Home
last modified time | relevance | path

Searched defs:getCurrentSuggestions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java369 protected SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivity
373 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) { in getCurrentSuggestions() method in SearchActivity
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionsAdapterBase.java177 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SuggestionsAdapterBase
DSearchActivityView.java197 public SuggestionCursor getCurrentSuggestions() { in getCurrentSuggestions() method in SearchActivityView