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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 41 private static final int MAX_PROMOTED_SUGGESTIONS = 8;
50 private static final int MAX_SHORTCUTS_RETURNED = MAX_PROMOTED_SUGGESTIONS;
129 return MAX_PROMOTED_SUGGESTIONS;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
RankAwarePromoterTest.java 33 public static final int MAX_PROMOTED_SUGGESTIONS = 8;
49 mPromoter.pickPromoted(null, suggestions, MAX_PROMOTED_SUGGESTIONS, promoted);
51 assertEquals(MAX_PROMOTED_SUGGESTIONS, promoted.getCount());

Completed in 23 milliseconds