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.java211 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<HistoryTag, Integer>(); field in BatteryStatsImpl
1891 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
1900 mHistoryTagPool.put(key, idx); in writeHistoryTag()
2446 mHistoryTagPool.clear(); in clearHistoryLocked()
6561 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
6562 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
6564 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()
7764 mHistoryTagPool.clear(); in readHistory()
7777 mHistoryTagPool.put(tag, idx); in readHistory()
7856 out.writeInt(mHistoryTagPool.size()); in writeHistory()
[all …]