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.java350 private int mMaxShortcuts; field in ShortcutService
826 mMaxShortcuts = Math.max(0, (int) parser.getLong( in updateConfigurationLocked()
1793 if (numShortcuts > mMaxShortcuts) { in enforceMaxActivityShortcuts()
1802 return mMaxShortcuts; in getMaxActivityShortcuts()
2653 return mMaxShortcuts;
4837 pw.println(mMaxShortcuts);
5322 return mMaxShortcuts;