Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java884 int mWakeLockNesting; field in BatteryStatsImpl
4722 if (mWakeLockNesting == 0) { in noteStartWakeLocked()
4732 mWakeLockNesting++; in noteStartWakeLocked()
4778 mWakeLockNesting--; in noteStopWakeLocked()
4789 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74475 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I