Home
last modified time | relevance | path

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

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