HomeSort by relevance Sort by last modified time
    Searched full:pickpromoted (Results 1 - 8 of 8) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractPromoter.java 33 public void pickPromoted(
37 mNext.pickPromoted(suggestions, maxPromoted, promoted);
Promoter.java 33 void pickPromoted(Suggestions suggestions, int maxPromoted, ListSuggestionCursor promoted);
SingleCorpusPromoter.java 41 public void pickPromoted(Suggestions suggestions, int maxPromoted,
WebPromoter.java 33 public void pickPromoted(Suggestions suggestions, int maxPromoted,
Suggestions.java 313 promoter.pickPromoted(this, maxPromoted, promoted);
315 Log.d(TAG, "pickPromoted(" + getShortcuts() + "," + mCorpusResults + ","
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SingleCorpusPromoterTest.java 44 mPromoter.pickPromoted(suggestions, 4, promoted);
SuggestionsProviderImplTest.java 107 public void pickPromoted(Suggestions suggestions, int maxPromoted,
WebPromoterTest.java 104 promoter.pickPromoted(suggestions, maxSuggestions, promoted);

Completed in 81 milliseconds