Searched defs:StopwatchTimer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java243 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<>();
244 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<>();
245 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<>();
246 final ArrayList<StopwatchTimer> mDrawTimers = new ArrayList<>();
247 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>();
248 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<>();
249 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<>();
250 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<>();
251 final ArrayList<StopwatchTimer> mWifiScanTimers = new ArrayList<>();
252 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimer
1572 public static class StopwatchTimer extends Timer { class in class:BatteryStatsImpl
1599 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.StopwatchTimer
1607 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.StopwatchTimer
[all...]

Completed in 126 milliseconds