Searched refs:mMaxShortcuts (Results 1 – 2 of 2) sorted by relevance
28 private final int mMaxShortcuts; field in SingleCorpusPromoter34 mMaxShortcuts = maxShortcuts; in SingleCorpusPromoter()45 promoteUntilFull(shortcuts, mMaxShortcuts, promoted); in pickPromoted()
27 private final int mMaxShortcuts; field in WebPromoter30 mMaxShortcuts = maxShortcuts; in WebPromoter()39 int maxShortcutCount = Math.min(mMaxShortcuts, maxPromoted); in pickPromoted()