Searched refs:mTimerPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1739 final ArrayList<StopwatchTimer> mTimerPool; field in class:BatteryStatsImpl.StopwatchTimer
1768 mTimerPool = timerPool;
1776 mTimerPool = timerPool;
1811 if (mTimerPool != null) {
1814 refreshTimersLocked(batteryRealtime, mTimerPool, null);
1816 mTimerPool.add(this);
1840 if (mTimerPool != null) {
1843 refreshTimersLocked(batteryRealtime, mTimerPool, null);
1845 mTimerPool.remove(this);
1901 / (mTimerPool !
[all...]

Completed in 14 milliseconds