Home
last modified time | relevance | path

Searched refs:KEY_MAX_SHORTCUTS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java60 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in setUp()
DShortcutManagerTest1.java185 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4," in testLoadConfig()
2802 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testLauncherCallback()
6979 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testManifestShortcuts_tooMany()
6998 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_set()
7079 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_add()
7206 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_update()
7297 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutsPushedOutByManifest()
DBaseShortcutManagerTest.java244 + ConfigConstants.KEY_MAX_SHORTCUTS + "=" + MAX_SHORTCUTS + "," in injectShortcutManagerConstants()
DShortcutManagerTest2.java75 + ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testShortcutInfoMissingMandatoryFields()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java231 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field
686 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_APP)); in updateConfigurationLocked()