Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistory.java199 private final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsHistory
680 mHistoryTagPool.clear(); in initHistoryBuffer()
772 for (Map.Entry<HistoryTag, Integer> entry : mHistoryTagPool.entrySet()) { in startNextFileLocked()
1002 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()
1003 for (Map.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in writeSummaryToParcel()
1020 mHistoryTagPool.clear(); in readSummaryFromParcel()
1033 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()
2264 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
2269 mHistoryTagPool.put(tag, idx & ~BatteryStatsHistory.TAG_FIRST_OCCURRENCE_FLAG); in writeHistoryTag()
2277 mHistoryTagPool.put(key, idx); in writeHistoryTag()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73687 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;