Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java3221 long partialWakeLockTimeTotal = 0; in dumpCheckinLocked() local
3239 partialWakeLockTimeTotal += partialWakeTimer.getTotalTimeLocked( in dumpCheckinLocked()
3281 fullWakeLockTimeTotal / 1000, partialWakeLockTimeTotal / 1000, in dumpCheckinLocked()