Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java673 final HistoryItem mHistoryCur = new HistoryItem(); field in BatteryStatsImpl
3849 mHistoryCur.states |= HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()
3852 addHistoryRecordInnerLocked(elapsedRealtimeMs, mHistoryCur); in addHistoryRecordLocked()
3919 mHistoryCur.eventCode = code; in addHistoryEventLocked()
3920 mHistoryCur.eventTag = mHistoryCur.localEventTag; in addHistoryEventLocked()
3921 mHistoryCur.eventTag.string = name; in addHistoryEventLocked()
3922 mHistoryCur.eventTag.uid = uid; in addHistoryEventLocked()
4371 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()
4373 + Integer.toHexString(mHistoryCur.states)); in noteStartWakeLocked()
4374 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in noteStartWakeLocked()
[all …]