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()
154 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testWriteAndReadHistory()
1814 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem1867 public static final int EVENT_PROC_START = EVENT_PROC | 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;1877 public static final int EVENT_JOB_START = EVENT_JOB | EVENT_FLAG_START;1882 EVENT_USER_FOREGROUND | EVENT_FLAG_START;1888 EVENT_TEMP_WHITELIST | EVENT_FLAG_START;1892 EVENT_LONG_WAKE_LOCK | EVENT_FLAG_START;2120 if ((code&HistoryItem.EVENT_FLAG_START) != 0) { in updateState()6634 if ((rec.eventCode&HistoryItem.EVENT_FLAG_START) != 0) { in printNextItem()[all …]
38153 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I