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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java366 HistoryItem mHistoryLastEnd; field in class:BatteryStatsImpl
3465 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE
3467 && mHistoryLastEnd.sameNonEvent(cur)) {
3468 mHistoryLastEnd.next = null;
3471 mHistoryEnd = mHistoryLastEnd;
3472 mHistoryLastEnd = null;
3530 mHistoryLastEnd = mHistoryEnd;
3545 mHistory = mHistoryLastEnd = mHistoryEnd = null;

Completed in 39 milliseconds