Searched refs:STATE_BRIGHTNESS_MASK (Results 1 – 2 of 2) sorted by relevance
628 public static final int STATE_BRIGHTNESS_MASK = 0x7; field in BatteryStats.HistoryItem1311 new BitDescription(HistoryItem.STATE_BRIGHTNESS_MASK,
3097 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_BRIGHTNESS_MASK) in noteScreenBrightnessLocked()