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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1560 public static class DurationTimer extends StopwatchTimer { class in class:BatteryStatsImpl
1582 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.DurationTimer
1588 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, method in class:BatteryStatsImpl.DurationTimer
6720 DurationTimer mTimerPartial;
6765 private DurationTimer readDurationTimerFromParcel(int type,
6771 return new DurationTimer(mBsi.mClocks, mUid, type, pool, timeBase, in);
6841 DurationTimer t = mTimerPartial;
6843 t = new DurationTimer(mBsi.mClocks, mUid, WAKE_TYPE_PARTIAL,

Completed in 77 milliseconds