Searched refs:SETTLE_TO_ZERO_STATES (Results 1 – 2 of 2) sorted by relevance
2691 final int curStates = cur.states & HistoryItem.SETTLE_TO_ZERO_STATES in addHistoryBufferLocked()2697 mActiveHistoryStates &= curStates | ~HistoryItem.SETTLE_TO_ZERO_STATES; in addHistoryBufferLocked()
1204 public static final int SETTLE_TO_ZERO_STATES = 0xffff0000 & ~MOST_INTERESTING_STATES; field in BatteryStats.HistoryItem