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.java2333 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
2364 mTimerPool = timerPool; in StopwatchTimer()
2372 mTimerPool = timerPool; in StopwatchTimer()
2407 if (mTimerPool != null) { in startRunningLocked()
2410 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()
2412 mTimerPool.add(this); in startRunningLocked()
2440 if (mTimerPool != null) { in stopRunningLocked()
2443 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()
2445 mTimerPool.remove(this); in stopRunningLocked()
2501 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt94418 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;