Searched refs:EVENT_FLAG_START (Results 1 – 4 of 4) sorted by relevance
87 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testIterator()
151 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testWriteAndReadHistory()
1814 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem1865 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);1867 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;1869 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;1871 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;1873 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;1875 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;1877 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;1879 public static final int EVENT_USER_RUNNING_START = EVENT_USER_RUNNING | EVENT_FLAG_START;1882 EVENT_USER_FOREGROUND | EVENT_FLAG_START;[all …]
38153 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I