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.java272 HistoryItem mHistoryLastEnd; field in BatteryStatsImpl
2401 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordInnerLocked()
2403 && mHistoryLastEnd.sameNonEvent(cur)) { in addHistoryRecordInnerLocked()
2404 mHistoryLastEnd.next = null; in addHistoryRecordInnerLocked()
2407 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordInnerLocked()
2408 mHistoryLastEnd = null; in addHistoryRecordInnerLocked()
2466 mHistoryLastEnd = mHistoryEnd; in addHistoryRecordLocked()
2481 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()