Home
last modified time | relevance | path

Searched refs:StopwatchTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java166 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<StopwatchTimer>();
167 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<StopwatchTimer>();
168 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<StopwatchTimer>();
169 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers
170 = new SparseArray<ArrayList<StopwatchTimer>>();
171 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<StopwatchTimer>();
172 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<StopwatchTimer>();
173 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<StopwatchTimer>();
174 final ArrayList<StopwatchTimer> mWifiScanTimers = new ArrayList<StopwatchTimer>();
175 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers =
[all …]