Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistory.java184 private final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsHistory
384 mHistoryTagPool.clear(); in initHistoryBuffer()
698 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()
699 for (Map.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeSummaryToParcel()
716 mHistoryTagPool.clear(); in readSummaryFromParcel()
729 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()
1829 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
1842 mHistoryTagPool.put(key, idx); in writeHistoryTag()
1988 return mHistoryTagPool.size(); in getHistoryStringPoolSize()
2021 mHistoryTags = new SparseArray<>(mHistoryTagPool.size()); in ensureHistoryTagArray()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74330 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;