Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java430 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_existingId()
460 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion()
497 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
H A DShortcutManagerTest3.java67 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in setUp()
H A DShortcutManagerTest1.java221 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4," in testLoadConfig()
402 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5"); in testPushDynamicShortcut()
1691 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=4"); in testCachedShortcuts_canPassShortcutLimit()
3562 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testLauncherCallback()
8177 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testManifestShortcuts_tooMany()
8196 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_set()
8277 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_add()
8404 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testMaxShortcutCount_update()
8495 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3"); in testShortcutsPushedOutByManifest()
H A DShortcutManagerTest2.java75 + ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999" in testShortcutInfoMissingMandatoryFields()
H A DBaseShortcutManagerTest.java307 + ConfigConstants.KEY_MAX_SHORTCUTS + "=" + MAX_SHORTCUTS + "," in injectShortcutManagerConstants()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java254 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field
791 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_ACTIVITY)); in updateConfigurationLocked()