Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java714 final HistoryItem mHistoryCur = new HistoryItem(); field in BatteryStatsImpl
3748 mHistoryCur.states |= HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()
3751 addHistoryRecordInnerLocked(elapsedRealtimeMs, mHistoryCur); in addHistoryRecordLocked()
3798 mHistoryCur.eventCode = code; in addHistoryEventLocked()
3799 mHistoryCur.eventTag = mHistoryCur.localEventTag; in addHistoryEventLocked()
3800 mHistoryCur.eventTag.string = name; in addHistoryEventLocked()
3801 mHistoryCur.eventTag.uid = uid; in addHistoryEventLocked()
4228 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()
4230 + Integer.toHexString(mHistoryCur.states)); in noteStartWakeLocked()
4231 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in noteStartWakeLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95118 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryCur:Landroid/os/BatteryStats$HistoryItem;