Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java691 public static final int EVENT_FLAG_FINISH = 0x4000; field in BatteryStats.HistoryItem
717 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);
720 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH;
722 public static final int EVENT_FOREGROUND_FINISH = EVENT_FOREGROUND | EVENT_FLAG_FINISH;
724 public static final int EVENT_TOP_FINISH = EVENT_TOP | EVENT_FLAG_FINISH;
726 public static final int EVENT_SYNC_FINISH = EVENT_SYNC | EVENT_FLAG_FINISH;
728 public static final int EVENT_WAKE_LOCK_FINISH = EVENT_WAKE_LOCK | EVENT_FLAG_FINISH;
730 public static final int EVENT_JOB_FINISH = EVENT_JOB | EVENT_FLAG_FINISH;
732 public static final int EVENT_USER_RUNNING_FINISH = EVENT_USER_RUNNING | EVENT_FLAG_FINISH;
736 EVENT_USER_FOREGROUND | EVENT_FLAG_FINISH;
[all …]