Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java4441 static final class TimerEntry { class in BatteryStats
4446 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { in TimerEntry() method in BatteryStats.TimerEntry
4768 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 …]
/frameworks/base/config/
Dpreloaded-classes4566 android.os.BatteryStats$TimerEntry
Dboot-image-profile.txt44789 Landroid/os/BatteryStats$TimerEntry;