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.java3532 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
3563 mTimerPool = timerPool; in StopwatchTimer()
3571 mTimerPool = timerPool; in StopwatchTimer()
3606 if (mTimerPool != null) { in startRunningLocked()
3609 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in startRunningLocked()
3611 mTimerPool.add(this); in startRunningLocked()
3639 if (mTimerPool != null) { in stopRunningLocked()
3642 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in stopRunningLocked()
3644 mTimerPool.remove(this); in stopRunningLocked()
3701 / (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;