Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistoryIterator.java182 if (readHistoryTag(src, wakeLockIndex, cur.localWakelockTag)) { in readHistoryDelta()
183 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
H A DBatteryStatsHistory.java1066 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in recordWakelockStartEvent()
1083 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in maybeUpdateWakelockTag()
1096 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in recordWakelockStopEvent()
1387 cur.wakelockTag = cur.localWakelockTag; in writeHistoryItem()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java2106 public final HistoryTag localWakelockTag = new HistoryTag(); field in BatteryStats.HistoryItem
2174 wakelockTag = localWakelockTag; in readFromParcel()
2252 wakelockTag = localWakelockTag; in setToCommon()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34871 Landroid/os/BatteryStats$HistoryItem;->localWakelockTag:Landroid/os/BatteryStats$HistoryTag;