Home
last modified time | relevance | path

Searched refs:mHistoryReadTmp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java657 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in BatteryStatsImpl
10603 mHistoryReadTmp.clear(); in startIteratingOldHistoryLocked()
10613 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp); in getNextOldHistoryLocked()
10614 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW; in getNextOldHistoryLocked()
10628 } else if (!out.same(mHistoryReadTmp)) { in getNextOldHistoryLocked()
10634 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false, in getNextOldHistoryLocked()