Searched refs:wakelockTag (Results 1 – 2 of 2) sorted by relevance
685 public HistoryTag wakelockTag; field in BatteryStats.HistoryItem773 | (wakelockTag != null ? 0x10000000 : 0) in writeToParcel()782 if (wakelockTag != null) { in writeToParcel()783 wakelockTag.writeToParcel(dest, flags); in writeToParcel()811 wakelockTag = localWakelockTag; in readFromParcel()812 wakelockTag.readFromParcel(src); in readFromParcel()814 wakelockTag = null; in readFromParcel()849 wakelockTag = null; in clear()876 if (o.wakelockTag != null) { in setToCommon()877 wakelockTag = localWakelockTag; in setToCommon()[all …]
1975 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()2016 if (cur.wakelockTag != null || cur.wakeReasonTag != null) { in writeHistoryDelta()2019 if (cur.wakelockTag != null) { in writeHistoryDelta()2020 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()2021 if (DEBUG) Slog.i(TAG, "WRITE DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in writeHistoryDelta()2022 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in writeHistoryDelta()2149 cur.wakelockTag = cur.localWakelockTag; in readHistoryDelta()2150 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()2151 if (DEBUG) Slog.i(TAG, "READ DELTA: wakelockTag=#" + cur.wakelockTag.poolIdx in readHistoryDelta()2152 + " " + cur.wakelockTag.uid + ":" + cur.wakelockTag.string); in readHistoryDelta()[all …]