Searched refs:STATE_WAKE_LOCK_FLAG (Results 1 – 2 of 2) sorted by relevance
1371 public static final int STATE_WAKE_LOCK_FLAG = 1<<30; field in BatteryStats.HistoryItem2138 new BitDescription(HistoryItem.STATE_WAKE_LOCK_FLAG, "wake_lock", "w"),5487 if (bd.mask == HistoryItem.STATE_WAKE_LOCK_FLAG && wakelockTag != null) { in printBitDescriptions()
3889 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()3940 mHistoryCur.states &= ~HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStopWakeLocked()