Searched refs:mWakeLockNesting (Results 1 – 2 of 2) sorted by relevance
771 int mWakeLockNesting; field in BatteryStatsImpl4230 if (mWakeLockNesting == 0) { in noteStartWakeLocked()4251 mWakeLockNesting++; in noteStartWakeLocked()4281 mWakeLockNesting--; in noteStopWakeLocked()4292 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
88904 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I