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.java281 private int mMaxShortcuts; field in ShortcutService
685 mMaxShortcuts = Math.max(0, (int) parser.getLong( in updateConfigurationLocked()
1543 if (numShortcuts > mMaxShortcuts) { in enforceMaxActivityShortcuts()
1552 return mMaxShortcuts; in getMaxActivityShortcuts()
2055 return mMaxShortcuts; in getMaxShortcutCountPerActivity()
3487 pw.println(mMaxShortcuts); in dumpInner()
3904 return mMaxShortcuts; in getMaxShortcutsForTest()