Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerConstants.java98 private static final long DEFAULT_USAGE_STATS_INTERACTION_INTERVAL = 2*60*60*1000L; field in ActivityManagerConstants
200 long USAGE_STATS_INTERACTION_INTERVAL = DEFAULT_USAGE_STATS_INTERACTION_INTERVAL;
428 DEFAULT_USAGE_STATS_INTERACTION_INTERVAL); in updateConstants()