Searched refs:mTimerPool (Results 1 – 1 of 1) sorted by relevance
1968 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer1998 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 …]