Searched refs:TimeInStateStopwatch (Results 1 – 4 of 4) sorted by relevance
38 private final ArrayList<TimeInStateStopwatch> mOnBatteryStopwatches = new ArrayList<>();92 public TimeInStateStopwatch createTimeOnBatteryStopwatch() { in createTimeOnBatteryStopwatch()94 final TimeInStateStopwatch stopwatch = new TimeInStateStopwatch(); in createTimeOnBatteryStopwatch()105 public class TimeInStateStopwatch implements AutoCloseable { class in CachedDeviceState
54 private CachedDeviceState.TimeInStateStopwatch mBatteryStopwatch;
94 private CachedDeviceState.TimeInStateStopwatch mBatteryStopwatch;
148 CachedDeviceState.TimeInStateStopwatch stopwatch = in correctlyTracksTimeOnBattery()