Searched refs:maxShortcuts (Results 1 – 5 of 5) sorted by relevance
23 public SingleCorpusResultsPromoter(Corpus corpus, int maxShortcuts) { in SingleCorpusResultsPromoter() argument24 super(corpus, maxShortcuts); in SingleCorpusResultsPromoter()
32 public SingleCorpusPromoter(Corpus corpus, int maxShortcuts) { in SingleCorpusPromoter() argument34 mMaxShortcuts = maxShortcuts; in SingleCorpusPromoter()
50 int maxShortcuts = source.getMaxShortcuts(getConfig()); in promoteShortcuts() local51 if (prevCount < maxShortcuts) { in promoteShortcuts()
29 public WebPromoter(int maxShortcuts) { in WebPromoter() argument30 mMaxShortcuts = maxShortcuts; in WebPromoter()
100 private ListSuggestionCursor promote(Suggestions suggestions, int maxShortcuts, in promote() argument102 WebPromoter promoter = new WebPromoter(maxShortcuts); in promote()