Searched refs:EVENT_WAKE_LOCK (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java690 public static final int EVENT_WAKE_LOCK = 0x0005; field in class:BatteryStats.HistoryItem
710 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;
711 public static final int EVENT_WAKE_LOCK_FINISH = EVENT_WAKE_LOCK | EVENT_FLAG_FINISH;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2619 mActiveEvents.removeEvents(HistoryItem.EVENT_WAKE_LOCK);

Completed in 60 milliseconds