Home
last modified time | relevance | path

Searched refs:EVENT_PROC (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java2019 public static final int EVENT_PROC = 0x0001; field in BatteryStats.HistoryItem
2066 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;
2067 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH;
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java4652 HistoryItem.EVENT_PROC); in setRecordAllHistoryLocked()
4667 HistoryItem.EVENT_PROC); in setRecordAllHistoryLocked()
11689 if (!mRecordAllHistory && i == HistoryItem.EVENT_PROC) { in initActiveHistoryEventsLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34845 Landroid/os/BatteryStats$HistoryItem;->EVENT_PROC:I