Searched defs:TimerEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java3860 static final class TimerEntry { class in class:BatteryStats
3865 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) { method in class:BatteryStats.TimerEntry
4161 final ArrayList<TimerEntry> timers = new ArrayList<>();
4186 timers.add(new TimerEntry(wakelocks.keyAt(iw), u.getUid(),
4615 final Comparator<TimerEntry> timerComparator = new Comparator<TimerEntry>() {
4617 public int compare(TimerEntry lhs, TimerEntry rhs) {
4634 final ArrayList<TimerEntry> ktimers = new ArrayList<>();
4640 ktimers.add(new TimerEntry(en
[all...]

Completed in 49 milliseconds