Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java3686 static final class TimerEntry { class in BatteryStats
3691 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { in TimerEntry() method in BatteryStats.TimerEntry
3967 final ArrayList<TimerEntry> timers = new ArrayList<>(); in dumpLocked()
3992 timers.add(new TimerEntry(wakelocks.keyAt(iw), u.getUid(), in dumpLocked()
4419 final Comparator<TimerEntry> timerComparator = new Comparator<TimerEntry>() { in dumpLocked()
4421 public int compare(TimerEntry lhs, TimerEntry rhs) { in dumpLocked()
4438 final ArrayList<TimerEntry> ktimers = new ArrayList<>(); in dumpLocked()
4444 ktimers.add(new TimerEntry(ent.getKey(), 0, timer, totalTimeMillis)); in dumpLocked()
4451 final TimerEntry timer = ktimers.get(i); in dumpLocked()
4473 TimerEntry timer = timers.get(i); in dumpLocked()
[all …]