Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistory.java1404 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in recordWakelockStartEvent()
1405 mHistoryCur.wakelockTag.string = historyName; in recordWakelockStartEvent()
1406 mHistoryCur.wakelockTag.uid = uid; in recordWakelockStartEvent()
1420 if (mHistoryLastWritten.wakelockTag != null) { in maybeUpdateWakelockTag()
1422 mHistoryLastWritten.wakelockTag = null; in maybeUpdateWakelockTag()
1423 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in maybeUpdateWakelockTag()
1424 mHistoryCur.wakelockTag.string = historyName; in maybeUpdateWakelockTag()
1425 mHistoryCur.wakelockTag.uid = uid; in maybeUpdateWakelockTag()
1438 mHistoryCur.wakelockTag = mHistoryCur.localWakelockTag; in recordWakelockStopEvent()
1439 mHistoryCur.wakelockTag.string = historyName != null ? historyName : ""; in recordWakelockStopEvent()
[all …]
DBatteryStatsHistoryIterator.java211 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()
213 cur.wakelockTag = null; in readHistoryDelta()
222 cur.wakelockTag = null; in readHistoryDelta()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsHistoryTest.java586 if (item.wakelockTag != null) { in largeTagPool()
587 if (item.wakelockTag.poolIdx != BatteryStats.HistoryTag.HISTORY_TAG_POOL_OVERFLOW) { in largeTagPool()
589 assertThat(checkinDump).contains("w=" + item.wakelockTag.poolIdx); in largeTagPool()
592 assertThat(checkinDump).contains("w=42:\"" + item.wakelockTag.string + "\""); in largeTagPool()
/frameworks/base/core/java/android/os/
DBatteryStats.java2003 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem
2136 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()
2148 if (wakelockTag != null) { in writeToParcel()
2149 wakelockTag.writeToParcel(dest, flags); in writeToParcel()
2181 wakelockTag = localWakelockTag; in readFromParcel()
2182 wakelockTag.readFromParcel(src); in readFromParcel()
2184 wakelockTag = null; in readFromParcel()
2223 wakelockTag = null; in clear()
2258 if (o.wakelockTag != null) { in setToCommon()
2259 wakelockTag = localWakelockTag; in setToCommon()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34282 Landroid/os/BatteryStats$HistoryItem;->wakelockTag:Landroid/os/BatteryStats$HistoryTag;