Searched refs:mHistoryCur (Results 1 – 1 of 1) sorted by relevance
223 final HistoryItem mHistoryCur = new HistoryItem(); field in BatteryStatsImpl2324 mHistoryCur.states |= HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()2327 addHistoryRecordInnerLocked(elapsedRealtimeMs, uptimeMs, mHistoryCur); in addHistoryRecordLocked()2394 mHistoryCur.eventCode = code; in addHistoryEventLocked()2395 mHistoryCur.eventTag = mHistoryCur.localEventTag; in addHistoryEventLocked()2396 mHistoryCur.eventTag.string = name; in addHistoryEventLocked()2397 mHistoryCur.eventTag.uid = uid; in addHistoryEventLocked()2698 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()2700 + Integer.toHexString(mHistoryCur.states)); in noteStartWakeLocked()2701 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in noteStartWakeLocked()[all …]