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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java616 public static final int STATE_PHONE_SIGNAL_STRENGTH_MASK = 0x7 << STATE_PHONE_SIGNAL_STRENGTH_SHIFT; field in class:BatteryStats.HistoryItem
1283 new BitDescription(HistoryItem.STATE_PHONE_SIGNAL_STRENGTH_MASK,
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3296 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_PHONE_SIGNAL_STRENGTH_MASK)

Completed in 86 milliseconds