Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2336 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
2367 mTimerPool = timerPool; in StopwatchTimer()
2375 mTimerPool = timerPool; in StopwatchTimer()
2410 if (mTimerPool != null) { in startRunningLocked()
2413 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()
2415 mTimerPool.add(this); in startRunningLocked()
2443 if (mTimerPool != null) { in stopRunningLocked()
2446 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()
2448 mTimerPool.remove(this); in stopRunningLocked()
2504 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88066 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;