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.java3348 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
3350 super(clock, uid, type, timerPool, timeBase, in); in DurationTimer()
3356 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument
3358 super(clock, uid, type, timerPool, timeBase); in DurationTimer()
3559 public StopwatchTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
3563 mTimerPool = timerPool; in StopwatchTimer()
3567 public StopwatchTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument
3571 mTimerPool = timerPool; in StopwatchTimer()
3776 public DualTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument
3778 super(clock, uid, type, timerPool, timeBase, in); in DualTimer()
[all …]