Searched refs:DELTA_WAKELOCK_FLAG (Results 1 – 2 of 2) sorted by relevance
3184 static final int DELTA_WAKELOCK_FLAG = 0x00400000; field in BatteryStatsImpl3246 firstToken |= DELTA_WAKELOCK_FLAG; in writeHistoryDelta()3551 if ((firstToken&DELTA_WAKELOCK_FLAG) != 0) { in readHistoryDelta()
94882 Lcom/android/internal/os/BatteryStatsImpl;->DELTA_WAKELOCK_FLAG:I