Searched refs:mTimerPool (Results 1 – 2 of 2) sorted by relevance
2336 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer2367 mTimerPool = timerPool; in StopwatchTimer()2375 mTimerPool = timerPool; in StopwatchTimer()2410 if (mTimerPool != null) { in startRunningLocked()2413 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()2415 mTimerPool.add(this); in startRunningLocked()2443 if (mTimerPool != null) { in stopRunningLocked()2446 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()2448 mTimerPool.remove(this); in stopRunningLocked()2504 / (mTimerPool != null ? mTimerPool.size() : 1) in computeRunTimeLocked()[all …]
88066 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->mTimerPool:Ljava/util/ArrayList;