Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java3554 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
3556 super(clock, uid, type, timerPool, timeBase, in); in DurationTimer()
3562 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
3564 super(clock, uid, type, timerPool, timeBase); in DurationTimer()
3765 public StopwatchTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
3769 mTimerPool = timerPool; in StopwatchTimer()
3773 public StopwatchTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
3777 mTimerPool = timerPool; in StopwatchTimer()
3982 public DualTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument
3984 super(clock, uid, type, timerPool, timeBase, in); in DualTimer()
[all …]