Searched refs:timerPool (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 3025 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 3027 super(clock, uid, type, timerPool, timeBase, in); in DurationTimer() 3033 public DurationTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DurationTimer() argument 3035 super(clock, uid, type, timerPool, timeBase); in DurationTimer() 3236 public StopwatchTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in StopwatchTimer() argument 3240 mTimerPool = timerPool; in StopwatchTimer() 3248 mTimerPool = timerPool; in StopwatchTimer() 3453 public DualTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument 3455 super(clock, uid, type, timerPool, timeBase, in); in DualTimer() 3465 public DualTimer(Clock clock, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, in DualTimer() argument [all …]
|