Searched refs:wakelockTag (Results 1 – 2 of 2) sorted by relevance
1602 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem1727 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()1737 if (wakelockTag != null) { in writeToParcel()1738 wakelockTag.writeToParcel(dest, flags); in writeToParcel()1767 wakelockTag = localWakelockTag; in readFromParcel()1768 wakelockTag.readFromParcel(src); in readFromParcel()1770 wakelockTag = null; in readFromParcel()1806 wakelockTag = null; in clear()1834 if (o.wakelockTag != null) { in setToCommon()1835 wakelockTag = localWakelockTag; in setToCommon()[all …]
3316 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()3362 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()3365 if (cur.wakelockTag != null) { in writeHistoryDelta()3366 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()3367 if (DEBUG) Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()3368 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()3625 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()3626 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()3627 if (DEBUG) Slog.i(TAG, "READ DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in readHistoryDelta()3628 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in readHistoryDelta()[all …]