Searched refs:STATE2_PHONE_IN_CALL_FLAG (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1413 public static final int STATE2_PHONE_IN_CALL_FLAG = 1<<23; field in class:BatteryStats.HistoryItem
1420 | STATE2_CHARGING_FLAG | STATE2_PHONE_IN_CALL_FLAG | STATE2_BLUETOOTH_ON_FLAG;
2179 new BitDescription(HistoryItem.STATE2_PHONE_IN_CALL_FLAG, "phone_in_call", "Pcl"),
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4488 mHistoryCur.states2 |= HistoryItem.STATE2_PHONE_IN_CALL_FLAG;
4501 mHistoryCur.states2 &= ~HistoryItem.STATE2_PHONE_IN_CALL_FLAG;

Completed in 52 milliseconds