Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java769 int mWakeLockNesting; field in BatteryStatsImpl
4227 if (mWakeLockNesting == 0) { in noteStartWakeLocked()
4248 mWakeLockNesting++; in noteStartWakeLocked()
4278 mWakeLockNesting--; in noteStopWakeLocked()
4289 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95271 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I