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.java191 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4," in testLoadConfig()
2931 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testLauncherCallback()
7518 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testManifestShortcuts_tooMany()
7537 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_set()
7618 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_add()
7745 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_update()
7836 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutsPushedOutByManifest()
DBaseShortcutManagerTest.java250 + 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.java236 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field
708 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_APP)); in updateConfigurationLocked()