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