Searched refs:mMaxShortcuts (Results 1 – 1 of 1) sorted by relevance
293 private int mMaxShortcuts; field in ShortcutService707 mMaxShortcuts = Math.max(0, (int) parser.getLong( in updateConfigurationLocked()1590 if (numShortcuts > mMaxShortcuts) { in enforceMaxActivityShortcuts()1599 return mMaxShortcuts; in getMaxActivityShortcuts()2145 return mMaxShortcuts; in getMaxShortcutCountPerActivity()3860 pw.println(mMaxShortcuts); in dumpInner()4299 return mMaxShortcuts; in getMaxShortcutsForTest()