Home
last modified time | relevance | path

Searched refs:EVENT_FLAG_START (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsHistoryIteratorTest.java106 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testIterator()
164 | BatteryStats.HistoryItem.EVENT_FLAG_START); in tagsLongHistory()
H A DBatteryUsageStatsProviderTest.java244 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testWriteAndReadHistory()
324 BatteryStats.HistoryItem.EVENT_JOB | BatteryStats.HistoryItem.EVENT_FLAG_START); in testWriteAndReadHistoryTags()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java2013 public static final int EVENT_FLAG_START = 0x8000; field in BatteryStats.HistoryItem
2066 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 …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHistory.java1248 final String prefix = (code & HistoryItem.EVENT_FLAG_START) != 0 ? "+" : in recordTraceEvents()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34830 Landroid/os/BatteryStats$HistoryItem;->EVENT_FLAG_START:I