Searched refs:TimerEntry (Results 1 – 3 of 3) sorted by relevance
4441 static final class TimerEntry { class in BatteryStats4446 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { in TimerEntry() method in BatteryStats.TimerEntry4768 final ArrayList<TimerEntry> timers = new ArrayList<>(); in dumpLocked()4793 timers.add(new TimerEntry(wakelocks.keyAt(iw), u.getUid(), in dumpLocked()5269 final Comparator<TimerEntry> timerComparator = new Comparator<TimerEntry>() { in dumpLocked()5271 public int compare(TimerEntry lhs, TimerEntry rhs) { in dumpLocked()5288 final ArrayList<TimerEntry> ktimers = new ArrayList<>(); in dumpLocked()5294 ktimers.add(new TimerEntry(ent.getKey(), 0, timer, totalTimeMillis)); in dumpLocked()5301 final TimerEntry timer = ktimers.get(i); in dumpLocked()5323 TimerEntry timer = timers.get(i); in dumpLocked()[all …]
4566 android.os.BatteryStats$TimerEntry
44789 Landroid/os/BatteryStats$TimerEntry;