Searched defs:StopwatchTimer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java155 final ArrayList<StopwatchTimer> mPartialTimers = new ArrayList<StopwatchTimer>();
156 final ArrayList<StopwatchTimer> mFullTimers = new ArrayList<StopwatchTimer>();
157 final ArrayList<StopwatchTimer> mWindowTimers = new ArrayList<StopwatchTimer>();
158 final SparseArray<ArrayList<StopwatchTimer>> mSensorTimers
159 = new SparseArray<ArrayList<StopwatchTimer>>();
160 final ArrayList<StopwatchTimer> mWifiRunningTimers = new ArrayList<StopwatchTimer>();
854 public static final class StopwatchTimer extends Timer { class in class:BatteryStatsImpl
881 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.StopwatchTimer
889 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.StopwatchTimer
[all...]

Completed in 84 milliseconds