Searched refs:mHistoryTagPool (Results 1 – 2 of 2) sorted by relevance
699 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl3064 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()3073 mHistoryTagPool.put(key, idx); in writeHistoryTag()3850 mHistoryTagPool.clear(); in clearHistoryLocked()10302 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()10303 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()10305 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()13524 mHistoryTagPool.clear(); in readSummaryFromParcel()13540 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()14032 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()[all …]
95126 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;