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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1582 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1584 super(clocks, uid, type, timerPool, timeBase, in);
1588 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1590 super(clocks, uid, type, timerPool, timeBase);
1764 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1768 mTimerPool = timerPool;
1772 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, argument
1776 mTimerPool = timerPool;

Completed in 157 milliseconds