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.java3295 int wakeLockIndex; in writeHistoryDelta() local
3298 wakeLockIndex = writeHistoryTag(cur.wakelockTag); in writeHistoryDelta()
3302 wakeLockIndex = 0xffff; in writeHistoryDelta()
3311 dest.writeInt((wakeReasonIndex<<16) | wakeLockIndex); in writeHistoryDelta()
3556 int wakeLockIndex = indexes&0xffff; in readHistoryDelta() local
3558 if (wakeLockIndex != 0xffff) { in readHistoryDelta()
3560 readHistoryTag(wakeLockIndex, cur.wakelockTag); in readHistoryDelta()