Searched refs:STATE_WAKE_LOCK_FLAG (Results 1 – 3 of 3) sorted by relevance
1616 public static final int STATE_WAKE_LOCK_FLAG = 1<<30; field in BatteryStats.HistoryItem2439 new BitDescription(HistoryItem.STATE_WAKE_LOCK_FLAG, "wake_lock", "w"),6155 if (bd.mask == HistoryItem.STATE_WAKE_LOCK_FLAG && wakelockTag != null) { in printBitDescriptions()
4228 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()4290 mHistoryCur.states &= ~HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStopWakeLocked()
52269 Landroid/os/BatteryStats$HistoryItem;->STATE_WAKE_LOCK_FLAG:I