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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java348 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in class:BatteryStatsImpl
2728 Integer idxObj = mHistoryTagPool.get(tag);
2737 mHistoryTagPool.put(key, idx);
3560 mHistoryTagPool.clear();
9363 mReadHistoryStrings = new String[mHistoryTagPool.size()];
9364 mReadHistoryUids = new int[mHistoryTagPool.size()];
9366 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) {
11621 mHistoryTagPool.clear();
11637 mHistoryTagPool.put(tag, idx);
11718 out.writeInt(mHistoryTagPool
[all...]

Completed in 48 milliseconds