Home
last modified time | relevance | path

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

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