Searched refs:HistoryTag (Results 1 – 4 of 4) sorted by relevance
1142 public final static class HistoryTag { class in BatteryStats1148 public void setTo(HistoryTag o) { in setTo()1176 HistoryTag that = (HistoryTag) o; in equals()1384 public HistoryTag wakelockTag;1387 public HistoryTag wakeReasonTag;1476 public HistoryTag eventTag;1485 public final HistoryTag localWakelockTag = new HistoryTag();1486 public final HistoryTag localWakeReasonTag = new HistoryTag();1487 public final HistoryTag localEventTag = new HistoryTag();5228 static void printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, in printBitDescriptions()[all …]
308 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>();2625 private int writeHistoryTag(HistoryTag tag) { in writeHistoryTag()2632 HistoryTag key = new HistoryTag(); in writeHistoryTag()2642 private void readHistoryTag(int index, HistoryTag tag) { in readHistoryTag()9136 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()9137 final HistoryTag tag = ent.getKey(); in startIteratingHistoryLocked()11202 HistoryTag tag = new HistoryTag(); in readHistory()11288 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeHistory()11289 HistoryTag tag = ent.getKey(); in writeHistory()
1982 Landroid/os/BatteryStats$HistoryTag;
3142 android.os.BatteryStats$HistoryTag