Searched defs:EVENT_ALARM (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1323 public static final int EVENT_ALARM = 0x000d; field in class:BatteryStats.HistoryItem
1363 public static final int EVENT_ALARM_START = EVENT_ALARM | EVENT_FLAG_START;
1364 public static final int EVENT_ALARM_FINISH = EVENT_ALARM | EVENT_FLAG_FINISH;

Completed in 62 milliseconds