Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2149 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
2151 super(clocks, uid, type, timerPool, timeBase, in); in DurationTimer()
2157 public DurationTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
2159 super(clocks, uid, type, timerPool, timeBase); in DurationTimer()
2360 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
2364 mTimerPool = timerPool; in StopwatchTimer()
2368 public StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
2372 mTimerPool = timerPool; in StopwatchTimer()
2576 public DualTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument
2578 super(clocks, uid, type, timerPool, timeBase, in); in DualTimer()
[all …]