Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java2023 public static final int EVENT_PROC = 0x0001; field in BatteryStats.HistoryItem
2072 public static final int EVENT_PROC_START = EVENT_PROC | EVENT_FLAG_START;
2073 public static final int EVENT_PROC_FINISH = EVENT_PROC | EVENT_FLAG_FINISH;
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java4937 HistoryItem.EVENT_PROC); in setRecordAllHistoryLocked()
4952 HistoryItem.EVENT_PROC); in setRecordAllHistoryLocked()
12116 if (!mRecordAllHistory && i == HistoryItem.EVENT_PROC) { in initActiveHistoryEventsLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt34202 Landroid/os/BatteryStats$HistoryItem;->EVENT_PROC:I