Searched refs:mTimerPool (Results 1 – 3 of 3) sorted by relevance
258 return mTimerPool; in getTimerPool()338 TimerPool mTimerPool; variable
2579 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer2610 mTimerPool = timerPool; in StopwatchTimer()2618 mTimerPool = timerPool; in StopwatchTimer()2653 if (mTimerPool != null) { in startRunningLocked()2658 mTimerPool.add(this); in startRunningLocked()2686 if (mTimerPool != null) { in stopRunningLocked()2691 mTimerPool.remove(this); in stopRunningLocked()2748 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()2773 if (mTimerPool != null) { in detach()2774 mTimerPool.remove(this); in detach()[all …]
76960 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;