Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java8158 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid
9048 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73272 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…