Searched refs:STATE2_PHONE_IN_CALL_FLAG (Results 1 – 2 of 2) sorted by relevance
1716 public static final int STATE2_PHONE_IN_CALL_FLAG = 1<<23; field in BatteryStats.HistoryItem1725 | STATE2_CHARGING_FLAG | STATE2_PHONE_IN_CALL_FLAG | STATE2_BLUETOOTH_ON_FLAG;2520 new BitDescription(HistoryItem.STATE2_PHONE_IN_CALL_FLAG, "phone_in_call", "Pcl"),
5087 mHistoryCur.states2 |= HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOnLocked()5101 mHistoryCur.states2 &= ~HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOffLocked()