Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java721 HistoryItem mHistoryCache; field in BatteryStatsImpl
3782 mHistoryEnd.next = mHistoryCache; in addHistoryRecordInnerLocked()
3783 mHistoryCache = mHistoryEnd; in addHistoryRecordInnerLocked()
3809 HistoryItem rec = mHistoryCache; in addHistoryRecordLocked()
3811 mHistoryCache = rec.next; in addHistoryRecordLocked()
3836 mHistoryEnd.next = mHistoryCache; in clearHistoryLocked()
3837 mHistoryCache = mHistory; in clearHistoryLocked()
13463 mHistory = mHistoryEnd = mHistoryCache = null; in readOldHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88750 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryCache:Landroid/os/BatteryStats$HistoryItem;