OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopwatchTimer
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
MockBatteryStatsImpl.java
29
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
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
...]
/frameworks/base/
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 94 milliseconds