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