Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1968 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer
1998 mTimerPool = timerPool; in StopwatchTimer()
2006 mTimerPool = timerPool; in StopwatchTimer()
2041 if (mTimerPool != null) { in startRunningLocked()
2044 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()
2046 mTimerPool.add(this); in startRunningLocked()
2074 if (mTimerPool != null) { in stopRunningLocked()
2077 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()
2079 mTimerPool.remove(this); in stopRunningLocked()
2135 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()
[all …]