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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java346 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in class:BatteryStatsImpl
9299 mHistoryReadTmp.clear();
9309 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp);
9310 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW;
9324 } else if (!out.same(mHistoryReadTmp)) {
9330 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false,

Completed in 31 milliseconds