Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java323 int mWakeLockNesting; field in BatteryStatsImpl
2781 if (mWakeLockNesting == 0) { in noteStartWakeLocked()
2802 mWakeLockNesting++; in noteStartWakeLocked()
2821 mWakeLockNesting--; in noteStopWakeLocked()
2832 if (mWakeLockNesting == 0) { in noteStopWakeLocked()