Home
last modified time | relevance | path

Searched refs:processStateChange (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsAggregator.java131 if (item.processStateChange != null) { in aggregatePowerStats()
132 mStats.setUidState(item.processStateChange.uid, in aggregatePowerStats()
134 item.processStateChange.processState, item.time); in aggregatePowerStats()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java272 cur.processStateChange = cur.localProcessStateChange; in readHistoryDelta()
273 cur.processStateChange.readFromParcel(src); in readHistoryDelta()
275 cur.processStateChange = null; in readHistoryDelta()
279 cur.processStateChange = null; in readHistoryDelta()
DBatteryStatsHistory.java1378 mHistoryCur.processStateChange = mHistoryCur.localProcessStateChange; in recordProcessStateChange()
1379 mHistoryCur.processStateChange.uid = uid; in recordProcessStateChange()
1380 mHistoryCur.processStateChange.processState = processState; in recordProcessStateChange()
1774 && cur.processStateChange == null) { in writeHistoryItem()
1812 && mHistoryLastWritten.processStateChange == null) { in writeHistoryItem()
1864 copy.processStateChange = null; in writeHistoryItem()
1939 cur.processStateChange = null; in writeHistoryItem()
2077 if (cur.processStateChange != null) { in writeHistoryDelta()
2211 if (cur.processStateChange != null) { in writeHistoryDelta()
2212 cur.processStateChange.writeToParcel(dest); in writeHistoryDelta()
/frameworks/base/core/java/android/os/
DBatteryStats.java2015 public ProcessStateChange processStateChange; field in BatteryStats.HistoryItem
2229 processStateChange = null; in clear()
2280 processStateChange = o.processStateChange; in setToCommon()
7192 if (rec.processStateChange != null && verbose) { in printNextItem()
7195 item.append(rec.processStateChange.formatForBatteryHistory()); in printNextItem()