Searched refs:mFlashlightTurnedOnTimer (Results 1 – 2 of 2) sorted by relevance
8158 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid9048 if (mFlashlightTurnedOnTimer == null) { in createFlashlightTurnedOnTimerLocked()9049 mFlashlightTurnedOnTimer = new StopwatchTimer(mBsi.mClock, Uid.this, in createFlashlightTurnedOnTimerLocked()9052 return mFlashlightTurnedOnTimer; in createFlashlightTurnedOnTimerLocked()9060 if (mFlashlightTurnedOnTimer != null) { in noteFlashlightTurnedOffLocked()9061 mFlashlightTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightTurnedOffLocked()9066 if (mFlashlightTurnedOnTimer != null) { in noteResetFlashlightLocked()9067 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()9334 return mFlashlightTurnedOnTimer; in getFlashlightTurnedOnTimer()9709 active |= !resetIfNotNull(mFlashlightTurnedOnTimer, false, realtimeUs); in reset()[all …]
73272 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…