Searched refs:wakelockTag (Results 1 – 5 of 5) sorted by relevance
1404 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 …]
211 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()213 cur.wakelockTag = null; in readHistoryDelta()222 cur.wakelockTag = null; in readHistoryDelta()
586 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()
2003 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem2136 | (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 …]
34282 Landroid/os/BatteryStats$HistoryItem;->wakelockTag:Landroid/os/BatteryStats$HistoryTag;