Searched refs:mHistoryCache (Results 1 – 2 of 2) sorted by relevance
719 HistoryItem mHistoryCache; field in BatteryStatsImpl3779 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()
95117 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryCache:Landroid/os/BatteryStats$HistoryItem;