Searched refs:mMaxShortcuts (Results 1 – 1 of 1) sorted by relevance
296 private int mMaxShortcuts; field in ShortcutService713 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()