Searched refs:mFlashlightTurnedOnTimer (Results 1 – 2 of 2) sorted by relevance
6590 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid7154 if (mFlashlightTurnedOnTimer == null) { in createFlashlightTurnedOnTimerLocked()7155 mFlashlightTurnedOnTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, in createFlashlightTurnedOnTimerLocked()7158 return mFlashlightTurnedOnTimer; in createFlashlightTurnedOnTimerLocked()7166 if (mFlashlightTurnedOnTimer != null) { in noteFlashlightTurnedOffLocked()7167 mFlashlightTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightTurnedOffLocked()7172 if (mFlashlightTurnedOnTimer != null) { in noteResetFlashlightLocked()7173 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()7442 return mFlashlightTurnedOnTimer; in getFlashlightTurnedOnTimer()7796 active |= !resetIfNotNull(mFlashlightTurnedOnTimer, false); in reset()[all …]
88344 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…