Searched refs:mHistoryLastWritten (Results 1 – 2 of 2) sorted by relevance
201 private final HistoryItem mHistoryLastWritten = new HistoryItem(); field in BatteryStatsHistory679 mHistoryLastWritten.clear(); in initHistoryBuffer()767 mHistoryLastWritten.clear(); in startNextFileLocked()1417 if (mHistoryLastWritten.cmd != HistoryItem.CMD_UPDATE) { in maybeUpdateWakelockTag()1420 if (mHistoryLastWritten.wakelockTag != null) { in maybeUpdateWakelockTag()1422 mHistoryLastWritten.wakelockTag = null; in maybeUpdateWakelockTag()1745 mHistoryAddTmp.setTo(mHistoryLastWritten); in writeHistoryItem()1783 - mHistoryLastWritten.time; in writeHistoryItem()1784 final int diffStates = mHistoryLastWritten.states ^ cur.states; in writeHistoryItem()1785 final int diffStates2 = mHistoryLastWritten.states2 ^ cur.states2; in writeHistoryItem()[all …]
73684 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryLastWritten:Landroid/os/BatteryStats$HistoryIte…