Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest12.java46 ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=5," in setUp()
153 ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=10," in testPushDynamicShortcuts_PersistsShortcutsToDisk()
DShortcutManagerTest11.java432 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_existingId()
462 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion()
499 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
DShortcutManagerTest3.java70 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in setUp()
DShortcutManagerTest1.java226 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4," in testLoadConfig()
407 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5," in testPushDynamicShortcut()
1747 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=4"); in testCachedShortcuts_canPassShortcutLimit()
3618 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testLauncherCallback()
8156 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testManifestShortcuts_tooMany()
8175 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_set()
8256 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_add()
8383 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_update()
8474 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutsPushedOutByManifest()
DBaseShortcutManagerTest.java301 + ConfigConstants.KEY_MAX_SHORTCUTS + "=" + MAX_SHORTCUTS + "," in injectShortcutManagerConstants()
DShortcutManagerTest2.java80 + ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testShortcutInfoMissingMandatoryFields()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java267 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field
827 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_ACTIVITY)); in updateConfigurationLocked()