HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSuggestions (Results 1 - 3 of 3) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsFooter.java 67 protected SuggestionCursor getCurrentSuggestions() {
68 return mAdapter == null ? null : mAdapter.getCurrentSuggestions();
SuggestionsAdapter.java 156 public SuggestionCursor getCurrentSuggestions() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 338 getLogger().logExit(getCurrentSuggestions(), getQuery().length());
529 protected SuggestionCursor getCurrentSuggestions() {
530 return mSuggestionsAdapter.getCurrentSuggestions();
534 SuggestionCursor suggestions = getCurrentSuggestions();
781 SuggestionCursor suggestions = getCurrentSuggestions();

Completed in 829 milliseconds