Searched refs:EVENT_FLAG_START (Results 1 – 1 of 1) sorted by relevance
1246 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem1292 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);1294 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;1296 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;1298 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;1300 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;1302 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;1304 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;1306 public static final int EVENT_USER_RUNNING_START = EVENT_USER_RUNNING | EVENT_FLAG_START;1309 EVENT_USER_FOREGROUND | EVENT_FLAG_START;[all …]