Searched refs:STATE2_PHONE_IN_CALL_FLAG (Results 1 – 3 of 3) sorted by relevance
1663 public static final int STATE2_PHONE_IN_CALL_FLAG = 1<<23; field in BatteryStats.HistoryItem1672 | STATE2_CHARGING_FLAG | STATE2_PHONE_IN_CALL_FLAG | STATE2_BLUETOOTH_ON_FLAG;2480 new BitDescription(HistoryItem.STATE2_PHONE_IN_CALL_FLAG, "phone_in_call", "Pcl"),
5075 mHistoryCur.states2 |= HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOnLocked()5089 mHistoryCur.states2 &= ~HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOffLocked()
52241 Landroid/os/BatteryStats$HistoryItem;->STATE2_PHONE_IN_CALL_FLAG:I