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