Searched refs:StopwatchTimer (Results 1 – 5 of 5) sorted by relevance
261 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<>();262 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<>();263 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<>();264 final ArrayList<StopwatchTimer> mDrawTimers = new ArrayList<>();265 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>();266 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<>();267 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<>();268 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<>();269 final ArrayList<StopwatchTimer> mWifiScanTimers = new ArrayList<>();270 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers = new SparseArray<>();[all …]
29 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase); in MockBatteryStatsImpl()
35 final BatteryStatsImpl.StopwatchTimer timer = new BatteryStatsImpl.StopwatchTimer(clocks, in testCount()
3196 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;
5356 com.android.internal.os.BatteryStatsImpl$StopwatchTimer