Searched refs:mWakeLockNesting (Results 1 – 2 of 2) sorted by relevance
966 int mWakeLockNesting; field in BatteryStatsImpl5006 if (mWakeLockNesting == 0) { in noteStartWakeLocked()5016 mWakeLockNesting++; in noteStartWakeLocked()5054 mWakeLockNesting--; in noteStopWakeLocked()5065 if (mWakeLockNesting == 0) { in noteStopWakeLocked()
73832 Lcom/android/internal/os/BatteryStatsImpl;->mWakeLockNesting:I