Searched refs:STATE_PHONE_SCANNING_FLAG (Results 1 – 2 of 2) sorted by relevance
1194 public static final int STATE_PHONE_SCANNING_FLAG = 1<<21; field in BatteryStats.HistoryItem1934 new BitDescription(HistoryItem.STATE_PHONE_SCANNING_FLAG, "phone_scanning", "Psc"),
3800 mHistoryCur.states |= HistoryItem.STATE_PHONE_SCANNING_FLAG; in updateAllPhoneStateLocked()3811 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_SCANNING_FLAG; in updateAllPhoneStateLocked()