Searched refs:mWakeLockNesting (Results 1 – 2 of 2) sorted by relevance
849 int mWakeLockNesting; field in BatteryStatsImpl4416 if (mWakeLockNesting == 0) { in noteStartWakeLocked()4437 mWakeLockNesting++; in noteStartWakeLocked()4479 mWakeLockNesting--; in noteStopWakeLocked()4490 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
77798 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I