Searched refs:EVENT_FLAG_START (Results 1 – 6 of 6) sorted by relevance
108 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in unconstrainedIteration()214 | BatteryStats.HistoryItem.EVENT_FLAG_START); in tagsLongHistory()
248 | BatteryStats.HistoryItem.EVENT_FLAG_START; in buildHistoryItem()
106 | BatteryStats.HistoryItem.EVENT_FLAG_START)) { in noteStateChange()
20 import static android.os.BatteryStats.HistoryItem.EVENT_FLAG_START;1462 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_START; in recordStateStartEvent()1523 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_START; in recordState2StartEvent()1690 final String prefix = (code & HistoryItem.EVENT_FLAG_START) != 0 ? "+" : in recordTraceEvents()
2017 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem2070 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);2072 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;2074 public static final int EVENT_FOREGROUND_START = EVENT_FOREGROUND | EVENT_FLAG_START;2076 public static final int EVENT_TOP_START = EVENT_TOP | EVENT_FLAG_START;2078 public static final int EVENT_SYNC_START = EVENT_SYNC | EVENT_FLAG_START;2080 public static final int EVENT_WAKE_LOCK_START = EVENT_WAKE_LOCK | EVENT_FLAG_START;2082 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;2084 public static final int EVENT_USER_RUNNING_START = EVENT_USER_RUNNING | EVENT_FLAG_START;2087 EVENT_USER_FOREGROUND | EVENT_FLAG_START;[all …]
34187 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I