Searched refs:mHistoryReadTmp (Results 1 – 2 of 2) sorted by relevance
697 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in BatteryStatsImpl10242 mHistoryReadTmp.clear(); in startIteratingOldHistoryLocked()10252 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp); in getNextOldHistoryLocked()10253 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW; in getNextOldHistoryLocked()10267 } else if (!out.same(mHistoryReadTmp)) { in getNextOldHistoryLocked()10273 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false, in getNextOldHistoryLocked()
95125 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryReadTmp:Landroid/os/BatteryStats$HistoryItem;