Searched defs:mHistoryTagPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java308 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in class:BatteryStatsImpl
2626 Integer idxObj = mHistoryTagPool.get(tag);
2635 mHistoryTagPool.put(key, idx);
3452 mHistoryTagPool.clear();
9133 mReadHistoryStrings = new String[mHistoryTagPool.size()];
9134 mReadHistoryUids = new int[mHistoryTagPool.size()];
9136 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) {
11190 mHistoryTagPool.clear();
11206 mHistoryTagPool.put(tag, idx);
11287 out.writeInt(mHistoryTagPool
[all...]

Completed in 59 milliseconds