Searched refs:wakeLockIndex (Results 1 – 2 of 2) sorted by relevance
208 final int wakeLockIndex = indexes & 0xffff; in readHistoryDelta() local210 if (readHistoryTag(src, wakeLockIndex, cur.localWakelockTag)) { in readHistoryDelta()
2144 int wakeLockIndex; in writeHistoryDelta() local2147 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()2153 wakeLockIndex = 0xffff; in writeHistoryDelta()2164 dest.writeInt((wakeReasonIndex << 16) | wakeLockIndex); in writeHistoryDelta()2166 && (wakeLockIndex & BatteryStatsHistory.TAG_FIRST_OCCURRENCE_FLAG) != 0) { in writeHistoryDelta()