Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java12513 final long totalLvlDurationMs = in incrementPerRatDataLocked() local
12515 if (totalLvlDurationMs == 0) continue; in incrementPerRatDataLocked()
12523 + (totalLvlDurationMs / 2)) / totalLvlDurationMs; in incrementPerRatDataLocked()