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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java308 HistoryItem mHistoryLastEnd; field in class:BatteryStatsImpl
3018 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE
3020 && mHistoryLastEnd.sameNonEvent(cur)) {
3021 mHistoryLastEnd.next = null;
3024 mHistoryEnd = mHistoryLastEnd;
3025 mHistoryLastEnd = null;
3083 mHistoryLastEnd = mHistoryEnd;
3098 mHistory = mHistoryLastEnd = mHistoryEnd = null;

Completed in 27 milliseconds