Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/wakeups/
DCpuWakeupStats.java220 final long retentionDuration = mConfig.WAKEUP_STATS_RETENTION_MS; in noteWakeupTimeAndReason()
678 public volatile long WAKEUP_STATS_RETENTION_MS = DEFAULT_WAKEUP_STATS_RETENTION_MS; field in CpuWakeupStats.Config
698 WAKEUP_STATS_RETENTION_MS = properties.getLong( in onPropertiesChanged()
721 TimeUtils.formatDuration(WAKEUP_STATS_RETENTION_MS, pw); in dump()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/wakeups/
DCpuWakeupStatsTest.java87 final long retention = obj.mConfig.WAKEUP_STATS_RETENTION_MS; in removesOldWakeups()