Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java3738 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
3769 mTimerPool = timerPool; in StopwatchTimer()
3777 mTimerPool = timerPool; in StopwatchTimer()
3812 if (mTimerPool != null) { in startRunningLocked()
3815 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in startRunningLocked()
3817 mTimerPool.add(this); in startRunningLocked()
3845 if (mTimerPool != null) { in stopRunningLocked()
3848 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in stopRunningLocked()
3850 mTimerPool.remove(this); in stopRunningLocked()
3907 / (mTimerPool != null && mTimerPool.size() > 0 ? mTimerPool.size() : 1) in computeRunTimeLocked()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72994 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;