Searched refs:StopwatchTimer (Results 1 – 1 of 1) sorted by relevance
155 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<StopwatchTimer>();156 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<StopwatchTimer>();157 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<StopwatchTimer>();158 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers159 = new SparseArray<ArrayList<StopwatchTimer>>();160 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<StopwatchTimer>();161 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<StopwatchTimer>();162 final ArrayList<StopwatchTimer> mScanWifiLockTimers = new ArrayList<StopwatchTimer>();163 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<StopwatchTimer>();166 final ArrayList<StopwatchTimer> mLastPartialTimers = new ArrayList<StopwatchTimer>();[all …]