Searched refs:EVENT_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
1865 public static final int EVENT_TYPE_MASK = ~(EVENT_FLAG_START|EVENT_FLAG_FINISH); field in BatteryStats.HistoryItem2121 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()
38181 Landroid/os/BatteryStats$HistoryItem;->EVENT_TYPE_MASK:I