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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java184 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in class:BatteryStatsImpl
4147 mHistoryReadTmp.clear();
4157 mHistoryReadTmp.readDelta(mHistoryBuffer);
4158 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW;
4172 } else if (!out.same(mHistoryReadTmp)) {
4179 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, now);

Completed in 395 milliseconds