Searched refs:EVENT_FLAG_START (Results 1 – 5 of 5) sorted by relevance
106 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testIterator()164 | BatteryStats.HistoryItem.EVENT_FLAG_START); in tagsLongHistory()
244 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testWriteAndReadHistory()324 BatteryStats.HistoryItem.EVENT_JOB | BatteryStats.HistoryItem.EVENT_FLAG_START); in testWriteAndReadHistoryTags()
2013 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem2066 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;2070 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;2072 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;2076 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;2081 EVENT_USER_FOREGROUND | EVENT_FLAG_START;2087 EVENT_TEMP_WHITELIST | EVENT_FLAG_START;2091 EVENT_LONG_WAKE_LOCK | EVENT_FLAG_START;2329 if ((code&HistoryItem.EVENT_FLAG_START) != 0) { in updateState()7094 if ((rec.eventCode&HistoryItem.EVENT_FLAG_START) != 0) { in printNextItem()[all …]
1248 final String prefix = (code & HistoryItem.EVENT_FLAG_START) != 0 ? "+" : in recordTraceEvents()
34830 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I