Searched refs:maxShortcuts (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSingleCorpusResultsPromoter.java23 public SingleCorpusResultsPromoter(Corpus corpus, int maxShortcuts) { argument
24 super(corpus, maxShortcuts);
H A DShortcutPromoter.java50 int maxShortcuts = source.getMaxShortcuts(getConfig());
51 if (prevCount < maxShortcuts) {
H A DSingleCorpusPromoter.java32 public SingleCorpusPromoter(Corpus corpus, int maxShortcuts) { argument
34 mMaxShortcuts = maxShortcuts;
H A DWebPromoter.java29 public WebPromoter(int maxShortcuts) { argument
30 mMaxShortcuts = maxShortcuts;
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DWebPromoterTest.java100 private ListSuggestionCursor promote(Suggestions suggestions, int maxShortcuts, argument
102 WebPromoter promoter = new WebPromoter(maxShortcuts);

Completed in 222 milliseconds