HomeSort by relevance Sort by last modified time
    Searched refs:StopwatchTimer (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
MockBatteryStatsImpl.java 29 mScreenOnTimer = new BatteryStatsImpl.StopwatchTimer(clocks, null, -1, null,
31 mScreenDozeTimer = new BatteryStatsImpl.StopwatchTimer(clocks, null, -1, null,
33 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase);
BatteryStatsStopwatchTimerTest.java 24 * Test BatteryStatsImpl.StopwatchTimer.
35 final BatteryStatsImpl.StopwatchTimer timer = new BatteryStatsImpl.StopwatchTimer(clocks,
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 303 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<>();
304 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<>();
305 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<>();
306 final ArrayList<StopwatchTimer> mDrawTimers = new ArrayList<>();
307 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>();
308 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<>();
309 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<>();
310 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<>();
311 final ArrayList<StopwatchTimer> mWifiScanTimers = new ArrayList<>();
312 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers = new SparseArray<>()
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 72 milliseconds