Searched refs:mHistoryTagPool (Results 1 – 1 of 1) sorted by relevance
308 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl2626 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()2635 mHistoryTagPool.put(key, idx); in writeHistoryTag()3452 mHistoryTagPool.clear(); in clearHistoryLocked()9133 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()9134 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()9136 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()11190 mHistoryTagPool.clear(); in readHistory()11206 mHistoryTagPool.put(tag, idx); in readHistory()11287 out.writeInt(mHistoryTagPool.size()); in writeHistory()[all …]