Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DShortcutSelectionLogic.java51 private final int mMaxShortcutTargetsPerApp; field in ShortcutSelectionLogic
62 mMaxShortcutTargetsPerApp = maxShortcutTargetsPerApp; in ShortcutSelectionLogic()
92 final int maxTargets = isShortcutResult ? mMaxShortcutTargetsPerApp in addServiceResults()