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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Promoter.java 35 void pickPromoted(SuggestionCursor shortcuts,
PromoterWrapper.java 39 public void pickPromoted(SuggestionCursor shortcuts,
43 mNextPromoter.pickPromoted(shortcuts, suggestions, maxPromoted, promoted);
ShortcutPromoter.java 43 public void pickPromoted(SuggestionCursor shortcuts,
49 Log.d(TAG, "pickPromoted(shortcutCount = " + shortcutCount +
57 super.pickPromoted(null, suggestions, maxPromoted, promoted);
ConcatPromoter.java 26 public void pickPromoted(SuggestionCursor shortcuts,
ShortcutLimitingPromoter.java 51 public void pickPromoted(SuggestionCursor shortcuts,
77 Log.d(TAG, "pickPromoted shortcuts=" + shortcutCount + " filtered=" +
80 super.pickPromoted(filteredShortcuts, suggestions, maxPromoted, promoted);
RoundRobinPromoter.java 38 public void pickPromoted(SuggestionCursor shortcuts,
41 if (DBG) Log.d(TAG, "pickPromoted(maxPromoted = " + maxPromoted + ")");
RankAwarePromoter.java 41 public void pickPromoted(SuggestionCursor shortcuts, ArrayList<CorpusResult> suggestions,
Suggestions.java 246 mPromoter.pickPromoted(mShortcuts, mCorpusResults, mMaxPromoted, promoted);
248 Log.d(TAG, "pickPromoted(" + mShortcuts + "," + mCorpusResults + ","
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutPromoterTest.java 84 promoter.pickPromoted(mShortcuts, mSuggestions, maxPromoted, promoted);
94 promoter.pickPromoted(mShortcuts, mSuggestions, maxPromoted, promoted);
ShortcutLimitingPromoterTest.java 120 promoter.pickPromoted(shortcuts, null, maxPromoted, promoted);
125 public void pickPromoted(SuggestionCursor shortcuts, ArrayList<CorpusResult> suggestions,
RankAwarePromoterTest.java 53 mPromoter.pickPromoted(null, suggestions, MAX_PROMOTED_SUGGESTIONS, promoted);

Completed in 458 milliseconds