Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java9520 int numWakelocks = in.readInt(); in readFromParcelLocked() local
9522 for (int j = 0; j < numWakelocks; j++) { in readFromParcelLocked()
13598 final int numWakelocks = partialTimers == null ? 0 : partialTimers.size();
13632 if (numWakelocks > 0) {
13660 if (numWakelocks > 0) {
13666 for (int i = 0; i < numWakelocks; ++i) {
13668 final int userTimeUs = (int) (mTempTotalCpuUserTimeUs / (numWakelocks - i));
13713 final int numWakelocks = partialTimers == null ? 0 : partialTimers.size();
13750 if (numWakelocks > 0 && mWakeLockAllocationsUs == null) {
13763 if (numWakelocks > 0 && mWakeLockAllocationsUs[cluster] == null) {
[all …]