Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest12.java46 ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=5," in setUp()
153 ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=10," in testPushDynamicShortcuts_PersistsShortcutsToDisk()
H A 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()
H A DShortcutManagerTest3.java70 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in setUp()
H A DShortcutManagerTest1.java226 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4," in testLoadConfig()
407 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5"); in testPushDynamicShortcut()
1696 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=4"); in testCachedShortcuts_canPassShortcutLimit()
3567 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testLauncherCallback()
8353 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testManifestShortcuts_tooMany()
8372 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_set()
8453 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_add()
8580 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_update()
8671 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutsPushedOutByManifest()
H A DBaseShortcutManagerTest.java299 + ConfigConstants.KEY_MAX_SHORTCUTS + "=" + MAX_SHORTCUTS + "," in injectShortcutManagerConstants()
H A DShortcutManagerTest2.java80 + ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testShortcutInfoMissingMandatoryFields()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java266 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field
817 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_ACTIVITY)); in updateConfigurationLocked()