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.java697 final HistoryItem mHistoryReadTmp = new HistoryItem(); field in BatteryStatsImpl
10242 mHistoryReadTmp.clear(); in startIteratingOldHistoryLocked()
10252 readHistoryDelta(mHistoryBuffer, mHistoryReadTmp); in getNextOldHistoryLocked()
10253 mReadOverflow |= mHistoryReadTmp.cmd == HistoryItem.CMD_OVERFLOW; in getNextOldHistoryLocked()
10267 } else if (!out.same(mHistoryReadTmp)) { in getNextOldHistoryLocked()
10273 (new HistoryPrinter()).printNextItem(pw, mHistoryReadTmp, 0, false, in getNextOldHistoryLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95125 Lcom/android/internal/os/BatteryStatsImpl;->mHistoryReadTmp:Landroid/os/BatteryStats$HistoryItem;