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

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
MockBatteryStatsImpl.java 38 mScreenOnTimer = new BatteryStatsImpl.StopwatchTimer(clocks, null, -1, null,
40 mScreenDozeTimer = new BatteryStatsImpl.StopwatchTimer(clocks, null, -1, null,
42 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase);
46 mGpsSignalQualityTimer[i] = new StopwatchTimer(clocks, null, -1000-i, null,
132 public MockBatteryStatsImpl setPartialTimers(ArrayList<StopwatchTimer> partialTimers) {
137 public MockBatteryStatsImpl setLastPartialTimers(ArrayList<StopwatchTimer> lastPartialTimers) {
BatteryStatsStopwatchTimerTest.java 24 * Test BatteryStatsImpl.StopwatchTimer.
35 final BatteryStatsImpl.StopwatchTimer timer = new BatteryStatsImpl.StopwatchTimer(clocks,
BatteryStatsCpuTimesTest.java 160 final ArrayList<BatteryStatsImpl.StopwatchTimer> partialTimers = getPartialTimers(
162 final ArrayList<BatteryStatsImpl.StopwatchTimer> lastPartialTimers
457 final ArrayList<BatteryStatsImpl.StopwatchTimer> partialTimers
719 final ArrayList<BatteryStatsImpl.StopwatchTimer> partialTimers
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 613 protected ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<>();
614 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<>();
615 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<>();
616 final ArrayList<StopwatchTimer> mDrawTimers = new ArrayList<>();
617 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers = new SparseArray<>();
618 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<>();
619 final ArrayList<StopwatchTimer> mFullWifiLockTimers = new ArrayList<>();
620 final ArrayList<StopwatchTimer> mWifiMulticastTimers = new ArrayList<>();
621 final ArrayList<StopwatchTimer> mWifiScanTimers = new ArrayList<>();
622 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers = new SparseArray<>()
    [all...]
  /frameworks/base/config/
preloaded-classes     [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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 569 milliseconds