Searched refs:mFlashlightTurnedOnTimer (Results 1 – 2 of 2) sorted by relevance
6577 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid7141 if (mFlashlightTurnedOnTimer == null) { in createFlashlightTurnedOnTimerLocked()7142 mFlashlightTurnedOnTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, in createFlashlightTurnedOnTimerLocked()7145 return mFlashlightTurnedOnTimer; in createFlashlightTurnedOnTimerLocked()7153 if (mFlashlightTurnedOnTimer != null) { in noteFlashlightTurnedOffLocked()7154 mFlashlightTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightTurnedOffLocked()7159 if (mFlashlightTurnedOnTimer != null) { in noteResetFlashlightLocked()7160 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()7429 return mFlashlightTurnedOnTimer; in getFlashlightTurnedOnTimer()7783 active |= !resetIfNotNull(mFlashlightTurnedOnTimer, false); in reset()[all …]
94706 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…