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.java699 final HashMap<HistoryTag, Integer> mHistoryTagPool = new HashMap<>(); field in BatteryStatsImpl
3064 Integer idxObj = mHistoryTagPool.get(tag); in writeHistoryTag()
3073 mHistoryTagPool.put(key, idx); in writeHistoryTag()
3850 mHistoryTagPool.clear(); in clearHistoryLocked()
10302 mReadHistoryStrings = new String[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
10303 mReadHistoryUids = new int[mHistoryTagPool.size()]; in startIteratingHistoryLocked()
10305 for (HashMap.Entry<HistoryTag, Integer> ent : mHistoryTagPool.entrySet()) { in startIteratingHistoryLocked()
13524 mHistoryTagPool.clear(); in readSummaryFromParcel()
13540 mHistoryTagPool.put(tag, idx); in readSummaryFromParcel()
14032 out.writeInt(mHistoryTagPool.size()); in writeSummaryToParcel()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95126 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryTagPool:Ljava/util/HashMap;