Home
last modified time | relevance | path

Searched refs:EVENT_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java1865 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH); field in BatteryStats.HistoryItem
2121 int idx = code&HistoryItem.EVENT_TYPE_MASK; in updateState()
2138 int idx = code&HistoryItem.EVENT_TYPE_MASK; in updateState()
2163 int idx = code&HistoryItem.EVENT_TYPE_MASK; in removeEvents()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38181 Landroid/os/BatteryStats$HistoryItem;->EVENT_TYPE_MASK:I