Searched refs:mHistoryTagPool (Results 1 – 2 of 2) sorted by relevance
184 private final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsHistory384 mHistoryTagPool.clear(); in initHistoryBuffer()698 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()699 for (Map.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeSummaryToParcel()716 mHistoryTagPool.clear(); in readSummaryFromParcel()729 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()1829 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()1842 mHistoryTagPool.put(key, idx); in writeHistoryTag()1988 return mHistoryTagPool.size(); in getHistoryStringPoolSize()2021 mHistoryTags = new SparseArray<>(mHistoryTagPool.size()); in ensureHistoryTagArray()[all …]
74330 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;