Searched refs:wakeLockIndex (Results 1 – 2 of 2) sorted by relevance
180 final int wakeLockIndex = indexes & 0xffff; in readHistoryDelta() local182 if (readHistoryTag(src, wakeLockIndex, cur.localWakelockTag)) { in readHistoryDelta()
1693 int wakeLockIndex; in writeHistoryDelta() local1696 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()1702 wakeLockIndex = 0xffff; in writeHistoryDelta()1713 dest.writeInt((wakeReasonIndex << 16) | wakeLockIndex); in writeHistoryDelta()1715 && (wakeLockIndex & BatteryStatsHistory.TAG_FIRST_OCCURRENCE_FLAG) != 0) { in writeHistoryDelta()