Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java3209 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
3240 mTimerPool = timerPool; in StopwatchTimer()
3248 mTimerPool = timerPool; in StopwatchTimer()
3283 if (mTimerPool != null) { in startRunningLocked()
3288 mTimerPool.add(this); in startRunningLocked()
3316 if (mTimerPool != null) { in stopRunningLocked()
3321 mTimerPool.remove(this); in stopRunningLocked()
3378 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()
3402 if (mTimerPool != null) { in detach()
3403 mTimerPool.remove(this); in detach()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73637 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;