Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java966 int mWakeLockNesting; field in BatteryStatsImpl
5006 if (mWakeLockNesting == 0) { in noteStartWakeLocked()
5016 mWakeLockNesting++; in noteStartWakeLocked()
5054 mWakeLockNesting--; in noteStopWakeLocked()
5065 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73832 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I