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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java60 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999"
H A DShortcutManagerTest1.java180 + ConfigConstants.KEY_MAX_SHORTCUTS + "=4,"
2760 + ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999"
6926 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3");
6945 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3");
7026 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3");
7153 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3");
7244 mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=3");
H A DBaseShortcutManagerTest.java229 + ConfigConstants.KEY_MAX_SHORTCUTS + "=" + MAX_SHORTCUTS + ","
H A DShortcutManagerTest2.java75 + ShortcutService.ConfigConstants.KEY_MAX_SHORTCUTS + "=99999999"
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java222 String KEY_MAX_SHORTCUTS = "max_shortcuts"; field in interface:ShortcutService.ConfigConstants
669 ConfigConstants.KEY_MAX_SHORTCUTS, DEFAULT_MAX_SHORTCUTS_PER_APP));

Completed in 244 milliseconds