Searched refs:EVENT_FLAG_FINISH (Results 1 – 5 of 5) sorted by relevance
114 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_FINISH, in unconstrainedIteration()223 | BatteryStats.HistoryItem.EVENT_FLAG_FINISH); in tagsLongHistory()
251 | BatteryStats.HistoryItem.EVENT_FLAG_FINISH; in buildHistoryItem()
19 import static android.os.BatteryStats.HistoryItem.EVENT_FLAG_FINISH;1487 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_FINISH; in recordStateStopEvent()1538 mHistoryCur.eventCode = EVENT_STATE_CHANGE | EVENT_FLAG_FINISH; in recordState2StopEvent()1691 (code & HistoryItem.EVENT_FLAG_FINISH) != 0 ? "-" : ""; in recordTraceEvents()
2018 public static final int EVENT_FLAG_FINISH = 0x4000; field in BatteryStats.HistoryItem2070 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH);2073 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH;2075 public static final int EVENT_FOREGROUND_FINISH = EVENT_FOREGROUND | EVENT_FLAG_FINISH;2077 public static final int EVENT_TOP_FINISH = EVENT_TOP | EVENT_FLAG_FINISH;2079 public static final int EVENT_SYNC_FINISH = EVENT_SYNC | EVENT_FLAG_FINISH;2081 public static final int EVENT_WAKE_LOCK_FINISH = EVENT_WAKE_LOCK | EVENT_FLAG_FINISH;2083 public static final int EVENT_JOB_FINISH = EVENT_JOB | EVENT_FLAG_FINISH;2085 public static final int EVENT_USER_RUNNING_FINISH = EVENT_USER_RUNNING | EVENT_FLAG_FINISH;2089 EVENT_USER_FOREGROUND | EVENT_FLAG_FINISH;[all …]
34186 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_FINISH:I