Searched refs:mHistoryAddTmp (Results 1 – 1 of 1) sorted by relevance
658 final HistoryItem mHistoryAddTmp = new HistoryItem(); field in BatteryStatsImpl3841 mHistoryAddTmp.setTo(mHistoryLastWritten); in addHistoryRecordLocked()3842 mHistoryAddTmp.wakelockTag = null; in addHistoryRecordLocked()3843 mHistoryAddTmp.wakeReasonTag = null; in addHistoryRecordLocked()3844 mHistoryAddTmp.eventCode = HistoryItem.EVENT_NONE; in addHistoryRecordLocked()3845 mHistoryAddTmp.states &= ~HistoryItem.STATE_CPU_RUNNING_FLAG; in addHistoryRecordLocked()3846 addHistoryRecordInnerLocked(wakeElapsedTime, mHistoryAddTmp); in addHistoryRecordLocked()