Home
last modified time | relevance | path

Searched refs:mFlashlightTurnedOnTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4372 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid
4677 if (mFlashlightTurnedOnTimer == null) { in createFlashlightTurnedOnTimerLocked()
4678 mFlashlightTurnedOnTimer = new StopwatchTimer(Uid.this, FLASHLIGHT_TURNED_ON, in createFlashlightTurnedOnTimerLocked()
4681 return mFlashlightTurnedOnTimer; in createFlashlightTurnedOnTimerLocked()
4689 if (mFlashlightTurnedOnTimer != null) { in noteFlashlightTurnedOffLocked()
4690 mFlashlightTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightTurnedOffLocked()
4695 if (mFlashlightTurnedOnTimer != null) { in noteResetFlashlightLocked()
4696 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
4847 return mFlashlightTurnedOnTimer; in getFlashlightTurnedOnTimer()
5077 if (mFlashlightTurnedOnTimer != null) { in reset()
[all …]