Searched refs:HistoryTag (Results 1 – 2 of 2) sorted by relevance
545 public final static class HistoryTag { class in BatteryStats551 public void setTo(HistoryTag o) { in setTo()579 HistoryTag that = (HistoryTag) o; in equals()685 public HistoryTag wakelockTag;688 public HistoryTag wakeReasonTag;740 public HistoryTag eventTag;749 public final HistoryTag localWakelockTag = new HistoryTag();750 public final HistoryTag localWakeReasonTag = new HistoryTag();751 public final HistoryTag localEventTag = new HistoryTag();3419 static void printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, in printBitDescriptions()[all …]
211 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<HistoryTag, Integer>();1890 private int writeHistoryTag(HistoryTag tag) { in writeHistoryTag()1897 HistoryTag key = new HistoryTag(); in writeHistoryTag()1907 private void readHistoryTag(int index, HistoryTag tag) { in readHistoryTag()6564 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()6565 final HistoryTag tag = ent.getKey(); in startIteratingHistoryLocked()7773 HistoryTag tag = new HistoryTag(); in readHistory()7857 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeHistory()7858 HistoryTag tag = ent.getKey(); in writeHistory()