Home
last modified time | relevance | path

Searched refs:mHistoryTagPool (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java254 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl
1795 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
1804 mHistoryTagPool.put(key, idx); in writeHistoryTag()
2496 mHistoryTagPool.clear(); in clearHistoryLocked()
7286 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
7287 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
7289 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()
8965 mHistoryTagPool.clear(); in readHistory()
8981 mHistoryTagPool.put(tag, idx); in readHistory()
9062 out.writeInt(mHistoryTagPool.size()); in writeHistory()
[all …]