Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java1025 StopwatchTimer mFlashlightOnTimer; field in BatteryStatsImpl
6350 mFlashlightOnTimer.startRunningLocked(elapsedRealtimeMs); in noteFlashlightOnLocked()
6365 mFlashlightOnTimer.stopRunningLocked(elapsedRealtimeMs); in noteFlashlightOffLocked()
6424 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
7479 return mFlashlightOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getFlashlightOnTime()
7484 return mFlashlightOnTimer.getCountLocked(which); in getFlashlightOnCount()
10990 mFlashlightOnTimer = new StopwatchTimer(mClock, null, -9, null, mOnBatteryTimeBase); in initTimersAndCounters()
11576 mFlashlightOnTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
15942 mFlashlightOnTimer.readSummaryFromParcelLocked(in);
16441 mFlashlightOnTimer.writeSummaryFromParcelLocked(out, nowRealtime);
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74302 Lcom/android/internal/os/BatteryStatsImpl;->mFlashlightOnTimer:Lcom/android/internal/os/BatteryStat…