Searched refs:mHistoryAddTmp (Results 1 – 1 of 1) sorted by relevance
307 final HistoryItem mHistoryAddTmp = new HistoryItem(); field in BatteryStatsImpl3322 mHistoryAddTmp.setTo(mHistoryLastWritten); in addHistoryRecordLocked()3323 mHistoryAddTmp.wakelockTag = null; in addHistoryRecordLocked()3324 mHistoryAddTmp.wakeReasonTag = null; in addHistoryRecordLocked()3325 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()3326 mHistoryAddTmp.states &= ~HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()3327 addHistoryRecordInnerLocked(wakeElapsedTime, uptimeMs, mHistoryAddTmp); in addHistoryRecordLocked()