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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java438 public static final int STATE_SIGNAL_STRENGTH_MASK = 0x000000f0; field in class:BatteryStats.HistoryItem
872 new BitDescription(HistoryItem.STATE_SIGNAL_STRENGTH_MASK,
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1912 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_SIGNAL_STRENGTH_MASK)

Completed in 39 milliseconds