Searched refs:mHistoryLastEnd (Results 1 – 2 of 2) sorted by relevance
720 HistoryItem mHistoryLastEnd; field in BatteryStatsImpl3778 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordInnerLocked()3780 && mHistoryLastEnd.sameNonEvent(cur)) { in addHistoryRecordInnerLocked()3781 mHistoryLastEnd.next = null; in addHistoryRecordInnerLocked()3784 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordInnerLocked()3785 mHistoryLastEnd = null; in addHistoryRecordInnerLocked()3823 mHistoryLastEnd = mHistoryEnd; in addHistoryRecordLocked()3838 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()
88754 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryLastEnd:Landroid/os/BatteryStats$HistoryItem;