Searched refs:EVENT_FLAG_START (Results 1 – 2 of 2) sorted by relevance
1731 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem1782 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);1784 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;1786 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;1788 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;1790 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;1792 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;1794 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;1796 public static final int EVENT_USER_RUNNING_START = EVENT_USER_RUNNING | EVENT_FLAG_START;1799 EVENT_USER_FOREGROUND | EVENT_FLAG_START;[all …]
48669 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I