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/
DBatteryStatsImpl.java701 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl
3067 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
3076 mHistoryTagPool.put(key, idx); in writeHistoryTag()
3853 mHistoryTagPool.clear(); in clearHistoryLocked()
10315 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
10316 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
10318 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()
13524 mHistoryTagPool.clear(); in readSummaryFromParcel()
13540 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()
14031 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88759 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;