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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1396 public static final int EVENT_NONE = 0x0000; field in class:BatteryStats.HistoryItem
1511 | (eventCode != EVENT_NONE ? 0x40000000 : 0);
1525 if (eventCode != EVENT_NONE) {
1565 eventCode = EVENT_NONE;
1590 eventCode = EVENT_NONE;
5484 if (rec.eventCode != HistoryItem.EVENT_NONE) {
5827 } else if (false && rec.eventCode != HistoryItem.EVENT_NONE) {

Completed in 66 milliseconds