Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3292 int wakeLockIndex; in writeHistoryDelta() local
3295 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()
3299 wakeLockIndex = 0xffff; in writeHistoryDelta()
3308 dest.writeInt((wakeReasonIndex<<16) | wakeLockIndex); in writeHistoryDelta()
3553 int wakeLockIndex = indexes&0xffff; in readHistoryDelta() local
3555 if (wakeLockIndex != 0xffff) { in readHistoryDelta()
3557 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()