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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java290 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in class:BatteryStatsImpl
2287 Integer idxObj = mHistoryTagPool.get(tag);
2296 mHistoryTagPool.put(key, idx);
3113 mHistoryTagPool.clear();
8427 mReadHistoryStrings = new String[mHistoryTagPool.size()];
8428 mReadHistoryUids = new int[mHistoryTagPool.size()];
8430 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) {
10352 mHistoryTagPool.clear();
10368 mHistoryTagPool.put(tag, idx);
10449 out.writeInt(mHistoryTagPool
[all...]

Completed in 37 milliseconds