Searched refs:SETTLE_TO_ZERO_STATES (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1393 public static final int SETTLE_TO_ZERO_STATES = 0xffff0000 & ~MOST_INTERESTING_STATES; field in class:BatteryStats.HistoryItem
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3353 final int curStates = cur.states & HistoryItem.SETTLE_TO_ZERO_STATES
3359 mActiveHistoryStates &= curStates | ~HistoryItem.SETTLE_TO_ZERO_STATES;

Completed in 116 milliseconds