Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java7822 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid
8701 if (mFlashlightTurnedOnTimer == null) { in createFlashlightTurnedOnTimerLocked()
8705 return mFlashlightTurnedOnTimer; in createFlashlightTurnedOnTimerLocked()
8713 if (mFlashlightTurnedOnTimer != null) { in noteFlashlightTurnedOffLocked()
8714 mFlashlightTurnedOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightTurnedOffLocked()
8719 if (mFlashlightTurnedOnTimer != null) { in noteResetFlashlightLocked()
8720 mFlashlightTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
8987 return mFlashlightTurnedOnTimer; in getFlashlightTurnedOnTimer()
9361 active |= !resetIfNotNull(mFlashlightTurnedOnTimer, false, realtimeUs); in reset()
9522 detachIfNotNull(mFlashlightTurnedOnTimer); in detachFromTimeBase()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73915 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…