Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java296 private int mMaxShortcuts; field in ShortcutService
713 mMaxShortcuts = Math.max(0, (int) parser.getLong( in updateConfigurationLocked()
1616 if (numShortcuts > mMaxShortcuts) { in enforceMaxActivityShortcuts()
1625 return mMaxShortcuts; in getMaxActivityShortcuts()
2209 return mMaxShortcuts; in getMaxShortcutCountPerActivity()
3924 pw.println(mMaxShortcuts); in dumpInner()
4361 return mMaxShortcuts; in getMaxShortcutsForTest()