Home
last modified time | relevance | path

Searched refs:mHistoryLastEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java677 HistoryItem mHistoryLastEnd; field in BatteryStatsImpl
3876 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordInnerLocked()
3878 && mHistoryLastEnd.sameNonEvent(cur)) { in addHistoryRecordInnerLocked()
3879 mHistoryLastEnd.next = null; in addHistoryRecordInnerLocked()
3882 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordInnerLocked()
3883 mHistoryLastEnd = null; in addHistoryRecordInnerLocked()
3941 mHistoryLastEnd = mHistoryEnd; in addHistoryRecordLocked()
3956 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()