Home
last modified time | relevance | path

Searched refs:stopwatch (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCachedDeviceStateServiceTest.java150 CachedDeviceState.TimeInStateStopwatch stopwatch = in correctlyTracksTimeOnBattery() local
154 assertThat(stopwatch.isRunning()).isFalse(); in correctlyTracksTimeOnBattery()
157 assertThat(stopwatch.isRunning()).isTrue(); in correctlyTracksTimeOnBattery()
158 stopwatch.reset(); in correctlyTracksTimeOnBattery()
161 assertThat(stopwatch.isRunning()).isTrue(); in correctlyTracksTimeOnBattery()
162 assertThat(stopwatch.getMillis()).isAtLeast(100L); in correctlyTracksTimeOnBattery()
170 assertThat(stopwatch.isRunning()).isFalse(); in correctlyTracksTimeOnBattery()
172 long timeOnBatteryAfterPluggedIn = stopwatch.getMillis(); in correctlyTracksTimeOnBattery()
176 stopwatch.reset(); in correctlyTracksTimeOnBattery()
177 assertThat(stopwatch.getMillis()).isEqualTo(0L); in correctlyTracksTimeOnBattery()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DCachedDeviceState.java94 final TimeInStateStopwatch stopwatch = new TimeInStateStopwatch(); in createTimeOnBatteryStopwatch() local
95 mOnBatteryStopwatches.add(stopwatch); in createTimeOnBatteryStopwatch()
97 stopwatch.start(); in createTimeOnBatteryStopwatch()
99 return stopwatch; in createTimeOnBatteryStopwatch()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6228 field public static final String CATEGORY_STOPWATCH = "stopwatch";