Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java4631 Timer totalTimer = ent.getValue(); in dumpCheckinLocked() local
4632 long timeMs = (totalTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000; in dumpCheckinLocked()
4633 int count = totalTimer.getCountLocked(which); in dumpCheckinLocked()