Searched refs:mHistoryAddTmp (Results 1 – 1 of 1) sorted by relevance
210 final HistoryItem mHistoryAddTmp = new HistoryItem(); field in BatteryStatsImpl2316 mHistoryAddTmp.setTo(mHistoryLastWritten); in addHistoryRecordLocked()2317 mHistoryAddTmp.wakelockTag = null; in addHistoryRecordLocked()2318 mHistoryAddTmp.wakeReasonTag = null; in addHistoryRecordLocked()2319 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()2320 mHistoryAddTmp.states &= ~HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()2321 addHistoryRecordInnerLocked(wakeElapsedTime, uptimeMs, mHistoryAddTmp); in addHistoryRecordLocked()