Searched refs:mTimerPool (Results 1 – 2 of 2) sorted by relevance
2333 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer2364 mTimerPool = timerPool; in StopwatchTimer()2372 mTimerPool = timerPool; in StopwatchTimer()2407 if (mTimerPool != null) { in startRunningLocked()2410 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()2412 mTimerPool.add(this); in startRunningLocked()2440 if (mTimerPool != null) { in stopRunningLocked()2443 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()2445 mTimerPool.remove(this); in stopRunningLocked()2501 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()[all …]
94418 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;