Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1107 StopwatchTimer mFlashlightOnTimer; field in BatteryStatsImpl
6625 mFlashlightOnTimer.startRunningLocked(elapsedRealtimeMs); in noteFlashlightOnLocked()
6642 mFlashlightOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightOffLocked()
6703 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
7810 return mFlashlightOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getFlashlightOnTime()
7815 return mFlashlightOnTimer.getCountLocked(which); in getFlashlightOnCount()
11398 mFlashlightOnTimer = new StopwatchTimer(mClock, null, -9, null, mOnBatteryTimeBase); in initTimersAndCounters()
11963 mFlashlightOnTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
16562 mFlashlightOnTimer.readSummaryFromParcelLocked(in);
17069 mFlashlightOnTimer.writeSummaryFromParcelLocked(out, nowRealtime);
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73659 Lcom/android/internal/os/BatteryStatsImpl;->mFlashlightOnTimer:Lcom/android/internal/os/BatteryStat…