Home
last modified time | relevance | path

Searched refs:KEY_RESET_INTERVAL_SEC (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java246 String KEY_RESET_INTERVAL_SEC = "reset_interval_sec"; field
810 ConfigConstants.KEY_RESET_INTERVAL_SEC, DEFAULT_RESET_INTERVAL_SEC) in updateConfigurationLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java298 return ConfigConstants.KEY_RESET_INTERVAL_SEC + "=" + (INTERVAL / 1000) + "," in injectShortcutManagerConstants()
H A DShortcutManagerTest1.java225 ConfigConstants.KEY_RESET_INTERVAL_SEC + "=123," in testLoadConfig()