Searched refs:mHistoryLastEnd (Results 1 – 2 of 2) sorted by relevance
718 HistoryItem mHistoryLastEnd; field in BatteryStatsImpl3775 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordInnerLocked()3777 && mHistoryLastEnd.sameNonEvent(cur)) { in addHistoryRecordInnerLocked()3778 mHistoryLastEnd.next = null; in addHistoryRecordInnerLocked()3781 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordInnerLocked()3782 mHistoryLastEnd = null; in addHistoryRecordInnerLocked()3820 mHistoryLastEnd = mHistoryEnd; in addHistoryRecordLocked()3835 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()
95121 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryLastEnd:Landroid/os/BatteryStats$HistoryItem;