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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
RankAwarePromoter.java 96 * @param results the list of CorpusResults from which to promote.
98 * @param maxPromoted maximum number of suggestions to promote.
110 count += promote(result, stripeSize, promoted);
127 private int promote(SuggestionCursor cursor, int count, ListSuggestionCursor promoted) { method in class:RankAwarePromoter
  /frameworks/base/include/utils/
RefBase.h 222 // Optimization for wp::promote().
264 sp<T> promote() const;
537 sp<T> wp<T>::promote() const function in class:android::wp
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutLimitingPromoterTest.java 55 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 0, 0);
61 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 1, 1);
67 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 2, 2);
73 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 3, 3);
79 SuggestionCursor promoted = promote(cursor(mS11, mS12), 0, 0);
85 SuggestionCursor promoted = promote(cursor(mS11, mS12), 1, 1);
91 SuggestionCursor promoted = promote(cursor(mS11, mS12), 2, 2);
97 SuggestionCursor promoted = promote(cursor(), 2, 2);
103 SuggestionCursor promoted = promote(cursor(mS11, mS12, mWeb1, mWeb2), 0, 2);
109 SuggestionCursor promoted = promote(cursor(mS11, mS12, mWeb1, mWeb2), 2, 2)
114 private SuggestionCursor promote(SuggestionCursor shortcuts, int maxShortcutsPerWebSource, method in class:ShortcutLimitingPromoterTest
    [all...]

Completed in 72 milliseconds