Home
last modified time | relevance | path

Searched refs:STATE2_PHONE_IN_CALL_FLAG (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1663 public static final int STATE2_PHONE_IN_CALL_FLAG = 1<<23; field in BatteryStats.HistoryItem
1672 | 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"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5075 mHistoryCur.states2 |= HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOnLocked()
5089 mHistoryCur.states2 &= ~HistoryItem.STATE2_PHONE_IN_CALL_FLAG; in notePhoneOffLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52241 Landroid/os/BatteryStats$HistoryItem;->STATE2_PHONE_IN_CALL_FLAG:I