Searched refs:mHistoryReadTmp (Results 1 – 2 of 2) sorted by relevance
699 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in BatteryStatsImpl10255 mHistoryReadTmp.clear(); in startIteratingOldHistoryLocked()10265 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp); in getNextOldHistoryLocked()10266 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW; in getNextOldHistoryLocked()10280 } else if (!out.same(mHistoryReadTmp)) { in getNextOldHistoryLocked()10286 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false, in getNextOldHistoryLocked()
88758 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryReadTmp:Landroid/os/BatteryStats$HistoryItem;