Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java699 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in BatteryStatsImpl
10255 mHistoryReadTmp.clear(); in startIteratingOldHistoryLocked()
10265 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp); in getNextOldHistoryLocked()
10266 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW; in getNextOldHistoryLocked()
10280 } else if (!out.same(mHistoryReadTmp)) { in getNextOldHistoryLocked()
10286 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false, in getNextOldHistoryLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88758 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryReadTmp:Landroid/os/BatteryStats$HistoryItem;