Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistory.java1068 mHistoryCur.wakelockTag.uid = uid; in recordWakelockStartEvent()
1085 mHistoryCur.wakelockTag.uid = uid; in maybeUpdateWakelockTag()
1098 mHistoryCur.wakelockTag.uid = uid; in recordWakelockStopEvent()
1312 mHistoryAddTmp.wakelockTag = null; in writeHistoryItem()
1361 && (mHistoryLastWritten.wakelockTag == null || cur.wakelockTag == null) in writeHistoryItem()
1388 cur.wakelockTag.setTo(mHistoryLastWritten.wakelockTag); in writeHistoryItem()
1453 copy.wakelockTag = null; in writeHistoryItem()
1482 cur.wakelockTag = null; in writeHistoryItem()
1695 if (cur.wakelockTag != null) { in writeHistoryDelta()
1699 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()
[all …]
H A DBatteryStatsHistoryIterator.java183 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
185 cur.wakelockTag = null; in readHistoryDelta()
194 cur.wakelockTag = null; in readHistoryDelta()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsHistoryTest.java424 if (item.wakelockTag != null) { in largeTagPool()
425 if (item.wakelockTag.poolIdx != BatteryStats.HistoryTag.HISTORY_TAG_POOL_OVERFLOW) { in largeTagPool()
427 assertThat(checkinDump).contains("w=" + item.wakelockTag.poolIdx); in largeTagPool()
430 assertThat(checkinDump).contains("w=42:\"" + item.wakelockTag.string + "\""); in largeTagPool()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1999 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem
2141 if (wakelockTag != null) { in writeToParcel()
2174 wakelockTag = localWakelockTag; in readFromParcel()
2177 wakelockTag = null; in readFromParcel()
2216 wakelockTag = null; in clear()
2251 if (o.wakelockTag != null) { in setToCommon()
2253 wakelockTag.setTo(o.wakelockTag); in setToCommon()
2255 wakelockTag = null; in setToCommon()
2296 if (wakelockTag != o.wakelockTag) { in same()
2297 if (wakelockTag == null || o.wakelockTag == null) { in same()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34925 Landroid/os/BatteryStats$HistoryItem;->wakelockTag:Landroid/os/BatteryStats$HistoryTag;