Searched refs:mHistoryTagPool (Results 1 – 2 of 2) sorted by relevance
199 private final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsHistory680 mHistoryTagPool.clear(); in initHistoryBuffer()772 for (Map.Entry<HistoryTag, Integer> entry : mHistoryTagPool.entrySet()) { in startNextFileLocked()1002 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()1003 for (Map.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeSummaryToParcel()1020 mHistoryTagPool.clear(); in readSummaryFromParcel()1033 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()2264 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()2269 mHistoryTagPool.put(tag, idx & ~BatteryStatsHistory.TAG_FIRST_OCCURRENCE_FLAG); in writeHistoryTag()2277 mHistoryTagPool.put(key, idx); in writeHistoryTag()[all …]
73687 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;