Home
last modified time | relevance | path

Searched refs:localEventTag (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java227 cur.eventTag = cur.localEventTag; in readHistoryDelta()
231 if (readHistoryTag(src, index, cur.localEventTag)) { in readHistoryDelta()
232 cur.eventTag = cur.localEventTag; in readHistoryDelta()
DBatteryStatsHistory.java1306 mHistoryCur.eventTag = mHistoryCur.localEventTag; in recordEvent()
1463 mHistoryCur.eventTag = mHistoryCur.localEventTag; in recordStateStartEvent()
1488 mHistoryCur.eventTag = mHistoryCur.localEventTag; in recordStateStopEvent()
1524 mHistoryCur.eventTag = mHistoryCur.localEventTag; in recordState2StartEvent()
1539 mHistoryCur.eventTag = mHistoryCur.localEventTag; in recordState2StopEvent()
1843 cur.eventTag = cur.localEventTag; in writeHistoryItem()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBinaryStatePowerStatsProcessorTest.java253 historyItem.eventTag = historyItem.localEventTag; in buildHistoryItem()
/frameworks/base/core/java/android/os/
DBatteryStats.java2114 public final HistoryTag localEventTag = new HistoryTag(); field in BatteryStats.HistoryItem
2194 eventTag = localEventTag; in readFromParcel()
2272 eventTag = localEventTag; in setToCommon()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34227 Landroid/os/BatteryStats$HistoryItem;->localEventTag:Landroid/os/BatteryStats$HistoryTag;