Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DCachedDeviceState.java38 private final ArrayList<TimeInStateStopwatch> mOnBatteryStopwatches = new ArrayList<>(); field in CachedDeviceState
64 final int size = mOnBatteryStopwatches.size(); in updateStopwatches()
67 mOnBatteryStopwatches.get(i).start(); in updateStopwatches()
69 mOnBatteryStopwatches.get(i).stop(); in updateStopwatches()
95 mOnBatteryStopwatches.add(stopwatch); in createTimeOnBatteryStopwatch()
156 mOnBatteryStopwatches.remove(this); in close()