Searched refs:mTimerPool (Results 1 – 2 of 2) sorted by relevance
3209 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer3240 mTimerPool = timerPool; in StopwatchTimer()3248 mTimerPool = timerPool; in StopwatchTimer()3283 if (mTimerPool != null) { in startRunningLocked()3288 mTimerPool.add(this); in startRunningLocked()3316 if (mTimerPool != null) { in stopRunningLocked()3321 mTimerPool.remove(this); in stopRunningLocked()3378 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()3402 if (mTimerPool != null) { in detach()3403 mTimerPool.remove(this); in detach()[all …]
73637 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;