Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1170 …public static final int STATE_PHONE_SIGNAL_STRENGTH_MASK = 0x7 << STATE_PHONE_SIGNAL_STRENGTH_SHIF… field in BatteryStats.HistoryItem
1945 new BitDescription(HistoryItem.STATE_PHONE_SIGNAL_STRENGTH_MASK,
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3837 … mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_PHONE_SIGNAL_STRENGTH_MASK) in updateAllPhoneStateLocked()