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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java193 HistoryItem mHistoryLastEnd; field in class:BatteryStatsImpl
1360 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE
1362 && mHistoryLastEnd.same(mHistoryCur)) {
1363 mHistoryLastEnd.next = null;
1366 mHistoryEnd = mHistoryLastEnd;
1367 mHistoryLastEnd = null;
1414 mHistoryLastEnd = mHistoryEnd;
1429 mHistory = mHistoryLastEnd = mHistoryEnd = null;

Completed in 226 milliseconds