Searched refs:mTimerPool (Results 1 – 1 of 1) sorted by relevance
1358 final ArrayList<StopwatchTimer> mTimerPool; field in BatteryStatsImpl.StopwatchTimer1387 mTimerPool = timerPool; in StopwatchTimer()1395 mTimerPool = timerPool; in StopwatchTimer()1430 if (mTimerPool != null) { in startRunningLocked()1433 refreshTimersLocked(batteryRealtime, mTimerPool, null); in startRunningLocked()1435 mTimerPool.add(this); in startRunningLocked()1456 if (mTimerPool != null) { in checkpointRunningLocked()1457 return refreshTimersLocked(batteryRealtime, mTimerPool, this); in checkpointRunningLocked()1474 if (mTimerPool != null) { in stopRunningLocked()1477 refreshTimersLocked(batteryRealtime, mTimerPool, null); in stopRunningLocked()[all …]