Searched refs:mHistoryTagPool (Results 1 – 2 of 2) sorted by relevance
701 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl3067 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()3076 mHistoryTagPool.put(key, idx); in writeHistoryTag()3853 mHistoryTagPool.clear(); in clearHistoryLocked()10315 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()10316 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()10318 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()13524 mHistoryTagPool.clear(); in readSummaryFromParcel()13540 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()14031 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()[all …]
88759 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;