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.java719 HistoryItem mHistoryCache; field in BatteryStatsImpl
3779 mHistoryEnd.next = mHistoryCache; in addHistoryRecordInnerLocked()
3780 mHistoryCache = mHistoryEnd; in addHistoryRecordInnerLocked()
3806 HistoryItem rec = mHistoryCache; in addHistoryRecordLocked()
3808 mHistoryCache = rec.next; in addHistoryRecordLocked()
3833 mHistoryEnd.next = mHistoryCache; in clearHistoryLocked()
3834 mHistoryCache = mHistory; in clearHistoryLocked()
13463 mHistory = mHistoryEnd = mHistoryCache = null; in readOldHistory()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95117 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryCache:Landroid/os/BatteryStats$HistoryItem;