Searched refs:wakelockTag (Results 1 – 5 of 5) sorted by relevance
1068 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 …]
183 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()185 cur.wakelockTag = null; in readHistoryDelta()194 cur.wakelockTag = null; in readHistoryDelta()
424 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()
1999 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem2141 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 …]
34925 Landroid/os/BatteryStats$HistoryItem;->wakelockTag:Landroid/os/BatteryStats$HistoryTag;