Home
last modified time | relevance | path

Searched refs:EVENT_ALARM (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()
112 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_FINISH, in testIterator()
163 assertThat(item.eventCode).isEqualTo(BatteryStats.HistoryItem.EVENT_ALARM in tagsLongHistory()
172 assertThat(item.eventCode).isEqualTo(BatteryStats.HistoryItem.EVENT_ALARM in tagsLongHistory()
H A DBatteryUsageStatsProviderTest.java244 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_START, in testWriteAndReadHistory()
250 BatteryStats.HistoryItem.EVENT_ALARM | BatteryStats.HistoryItem.EVENT_FLAG_FINISH, in testWriteAndReadHistory()
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java2044 public static final int EVENT_ALARM = 0x000d; field in BatteryStats.HistoryItem
2084 public static final int EVENT_ALARM_START = EVENT_ALARM | EVENT_FLAG_START;
2085 public static final int EVENT_ALARM_FINISH = EVENT_ALARM | EVENT_FLAG_FINISH;
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java4648 mActiveEvents.removeEvents(HistoryItem.EVENT_ALARM); in setRecordAllHistoryLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34823 Landroid/os/BatteryStats$HistoryItem;->EVENT_ALARM:I