Home
last modified time | relevance | path

Searched refs:wakeLockIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java208 final int wakeLockIndex = indexes & 0xffff; in readHistoryDelta() local
210 if (readHistoryTag(src, wakeLockIndex, cur.localWakelockTag)) { in readHistoryDelta()
DBatteryStatsHistory.java2144 int wakeLockIndex; in writeHistoryDelta() local
2147 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()