Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1182 public static final int STATE_WAKE_LOCK_FLAG = 1<<30; field in BatteryStats.HistoryItem
1926 new BitDescription(HistoryItem.STATE_WAKE_LOCK_FLAG, "wake_lock", "w"),
4566 if (bd.mask == HistoryItem.STATE_WAKE_LOCK_FLAG && wakelockTag != null) { in printBitDescriptions()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3178 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStartWakeLocked()
3229 mHistoryCur.states &= ~HistoryItem.STATE_WAKE_LOCK_FLAG; in noteStopWakeLocked()