Searched refs:mTimerPool (Results 1 – 2 of 2) sorted by relevance
3532 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer3563 mTimerPool = timerPool; in StopwatchTimer()3571 mTimerPool = timerPool; in StopwatchTimer()3606 if (mTimerPool != null) { in startRunningLocked()3609 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in startRunningLocked()3611 mTimerPool.add(this); in startRunningLocked()3639 if (mTimerPool != null) { in stopRunningLocked()3642 refreshTimersLocked(batteryRealtimeUs, mTimerPool, null); in stopRunningLocked()3644 mTimerPool.remove(this); in stopRunningLocked()3701 / (mTimerPool != null && mTimerPool.size() > 0 ? mTimerPool.size() : 1) in computeRunTimeLocked()[all …]
72994 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;