OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_RESET_INTERVAL_SEC
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java
201
String
KEY_RESET_INTERVAL_SEC
= "reset_interval_sec";
619
ConfigConstants.
KEY_RESET_INTERVAL_SEC
, DEFAULT_RESET_INTERVAL_SEC)
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java
228
return ConfigConstants.
KEY_RESET_INTERVAL_SEC
+ "=" + (INTERVAL / 1000) + ","
[
all
...]
ShortcutManagerTest1.java
179
ConfigConstants.
KEY_RESET_INTERVAL_SEC
+ "=123,"
[
all
...]
Completed in 59 milliseconds