Searched refs:TimerEntry (Results 1 – 2 of 2) sorted by relevance
4460 static final class TimerEntry { class in BatteryStats4465 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { in TimerEntry() method in BatteryStats.TimerEntry4787 final ArrayList<TimerEntry> timers = new ArrayList<>(); in dumpLocked()4812 timers.add(new TimerEntry(wakelocks.keyAt(iw), u.getUid(), in dumpLocked()5288 final Comparator<TimerEntry> timerComparator = new Comparator<TimerEntry>() { in dumpLocked()5290 public int compare(TimerEntry lhs, TimerEntry rhs) { in dumpLocked()5307 final ArrayList<TimerEntry> ktimers = new ArrayList<>(); in dumpLocked()5313 ktimers.add(new TimerEntry(ent.getKey(), 0, timer, totalTimeMillis)); in dumpLocked()5320 final TimerEntry timer = ktimers.get(i); in dumpLocked()5342 TimerEntry timer = timers.get(i); in dumpLocked()[all …]
48851 Landroid/os/BatteryStats$TimerEntry;-><init>(Ljava/lang/String;ILandroid/os/BatteryStats$Timer;J)V48852 Landroid/os/BatteryStats$TimerEntry;->mId:I48853 Landroid/os/BatteryStats$TimerEntry;->mName:Ljava/lang/String;48854 Landroid/os/BatteryStats$TimerEntry;->mTime:J48855 Landroid/os/BatteryStats$TimerEntry;->mTimer:Landroid/os/BatteryStats$Timer;