Searched defs:mHistoryReadTmp (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java250 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in class:BatteryStatsImpl
7281 mHistoryReadTmp.clear();
7291 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp);
7292 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW;
7306 } else if (!out.same(mHistoryReadTmp)) {
7312 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false,

Completed in 64 milliseconds