Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java3308 static final class TimerEntry { class in BatteryStats
3313 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { in TimerEntry() method in BatteryStats.TimerEntry
3569 final ArrayList<TimerEntry> timers = new ArrayList<>(); in dumpLocked()
3594 timers.add(new TimerEntry(wakelocks.keyAt(iw), u.getUid(), in dumpLocked()
4001 final Comparator<TimerEntry> timerComparator = new Comparator<TimerEntry>() { in dumpLocked()
4003 public int compare(TimerEntry lhs, TimerEntry rhs) { in dumpLocked()
4020 final ArrayList<TimerEntry> ktimers = new ArrayList<>(); in dumpLocked()
4026 ktimers.add(new TimerEntry(ent.getKey(), 0, timer, totalTimeMillis)); in dumpLocked()
4033 final TimerEntry timer = ktimers.get(i); in dumpLocked()
4055 TimerEntry timer = timers.get(i); in dumpLocked()
[all …]