Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java718 HistoryItem mHistoryLastEnd; field in BatteryStatsImpl
3775 if (mHistoryLastEnd != null && mHistoryLastEnd.cmd == HistoryItem.CMD_UPDATE in addHistoryRecordInnerLocked()
3777 && mHistoryLastEnd.sameNonEvent(cur)) { in addHistoryRecordInnerLocked()
3778 mHistoryLastEnd.next = null; in addHistoryRecordInnerLocked()
3781 mHistoryEnd = mHistoryLastEnd; in addHistoryRecordInnerLocked()
3782 mHistoryLastEnd = null; in addHistoryRecordInnerLocked()
3820 mHistoryLastEnd = mHistoryEnd; in addHistoryRecordLocked()
3835 mHistory = mHistoryLastEnd = mHistoryEnd = null; in clearHistoryLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95121 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryLastEnd:Landroid/os/BatteryStats$HistoryItem;