Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryUsageStatsProvider.java133 long allowableStatsAge = Long.MAX_VALUE; in shouldUpdateStats() local
136 allowableStatsAge = Math.min(allowableStatsAge, query.getMaxStatsAge()); in shouldUpdateStats()
139 return elapsedRealtime - lastUpdateTimeStampMs > allowableStatsAge; in shouldUpdateStats()