Home
last modified time | relevance | path

Searched refs:STATE_PHONE_IN_CALL_FLAG (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java656 public static final int STATE_PHONE_IN_CALL_FLAG = 1<<18; field in BatteryStats.HistoryItem
661 | STATE_PHONE_IN_CALL_FLAG | STATE_BLUETOOTH_ON_FLAG;
1298 new BitDescription(HistoryItem.STATE_PHONE_IN_CALL_FLAG, "phone_in_call", "Pcl"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3206 mHistoryCur.states |= HistoryItem.STATE_PHONE_IN_CALL_FLAG; in notePhoneOnLocked()
3219 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_IN_CALL_FLAG; in notePhoneOffLocked()