Searched refs:mWakeLockNesting (Results 1 – 2 of 2) sorted by relevance
884 int mWakeLockNesting; field in BatteryStatsImpl4722 if (mWakeLockNesting == 0) { in noteStartWakeLocked()4732 mWakeLockNesting++; in noteStartWakeLocked()4778 mWakeLockNesting--; in noteStopWakeLocked()4789 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
74475 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I