Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6590 StopwatchTimer mFlashlightTurnedOnTimer; field in BatteryStatsImpl.Uid
7154 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88344 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mFlashlightTurnedOnTimer:Lcom/android/internal/os/B…