Searched refs:timerPool (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 1790 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 1792 super(clocks, uid, type, timerPool, timeBase, in); in DurationTimer() 1797 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 1799 super(clocks, uid, type, timerPool, timeBase); in DurationTimer() 1994 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument 1998 mTimerPool = timerPool; in StopwatchTimer() 2002 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument 2006 mTimerPool = timerPool; in StopwatchTimer() 2209 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument 2211 super(clocks, uid, type, timerPool, timeBase, in); in DualTimer() [all …]
|