Searched refs:timerPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1866 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1868 super(clocks, uid, type, timerPool, timeBase, in);
1874 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1876 super(clocks, uid, type, timerPool, timeBase);
2076 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
2080 mTimerPool = timerPool;
2084 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
2088 mTimerPool = timerPool;
2287 * The main timer (this) is based on the given timeBase and timerPool.
2291 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
2303 DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, TimeBase timeBase, TimeBase subTimeBase) argument
[all...]

Completed in 37 milliseconds