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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapterBase.java 177 public SuggestionCursor getCurrentSuggestions() {
SearchActivityView.java 197 public SuggestionCursor getCurrentSuggestions() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 267 getLogger().logExit(getCurrentSuggestions(), getQuery().length());
369 protected SuggestionCursor getCurrentSuggestions() {
377 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) {
411 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);
435 SuggestionPosition suggestion = getCurrentSuggestions(adapter, id);

Completed in 88 milliseconds