Searched defs:mHistoryReadTmp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java288 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in class:BatteryStatsImpl
7981 mHistoryReadTmp.clear();
7991 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp);
7992 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW;
8006 } else if (!out.same(mHistoryReadTmp)) {
8012 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false,

Completed in 29 milliseconds