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