Home
last modified time | relevance | path

Searched refs:mMaxShortcuts (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSingleCorpusPromoter.java28 private final int mMaxShortcuts; field in SingleCorpusPromoter
34 mMaxShortcuts = maxShortcuts; in SingleCorpusPromoter()
45 promoteUntilFull(shortcuts, mMaxShortcuts, promoted); in pickPromoted()
DWebPromoter.java27 private final int mMaxShortcuts; field in WebPromoter
30 mMaxShortcuts = maxShortcuts; in WebPromoter()
39 int maxShortcutCount = Math.min(mMaxShortcuts, maxPromoted); in pickPromoted()