Searched refs:timerPool (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 2152 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 2154 super(clocks, uid, type, timerPool, timeBase, in); in DurationTimer() 2160 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 2162 super(clocks, uid, type, timerPool, timeBase); in DurationTimer() 2363 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument 2367 mTimerPool = timerPool; in StopwatchTimer() 2371 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument 2375 mTimerPool = timerPool; in StopwatchTimer() 2579 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument 2581 super(clocks, uid, type, timerPool, timeBase, in); in DualTimer() [all …]
|