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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java306 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in class:BatteryStatsImpl
9069 mHistoryReadTmp.clear();
9079 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp);
9080 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW;
9094 } else if (!out.same(mHistoryReadTmp)) {
9100 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false,

Completed in 67 milliseconds