Searched refs:EVENT_FLAG_START (Results 1 – 1 of 1) sorted by relevance
1741 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem1792 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);1794 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;1796 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;1798 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;1800 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;1802 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;1804 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;1806 public static final int EVENT_USER_RUNNING_START = EVENT_USER_RUNNING | EVENT_FLAG_START;1809 EVENT_USER_FOREGROUND | EVENT_FLAG_START;[all …]