Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerConstants.java134 private static final long DEFAULT_USAGE_STATS_INTERACTION_INTERVAL_PRE_S = 2 * 60 * 60 * 1000; field in ActivityManagerConstants
338 long USAGE_STATS_INTERACTION_INTERVAL_PRE_S = DEFAULT_USAGE_STATS_INTERACTION_INTERVAL_PRE_S;
903 DEFAULT_USAGE_STATS_INTERACTION_INTERVAL_PRE_S); in updateConstants()