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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java683 public static final int EVENT_FOREGROUND = 0x0002; field in class:BatteryStats.HistoryItem
704 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;
705 public static final int EVENT_FOREGROUND_FINISH = EVENT_FOREGROUND | EVENT_FLAG_FINISH;

Completed in 13 milliseconds