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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java480 public static final int STATE_PHONE_IN_CALL_FLAG = 1<<18; field in class:BatteryStats.HistoryItem
486 | STATE_GPS_ON_FLAG | STATE_PHONE_IN_CALL_FLAG;
873 new BitDescription(HistoryItem.STATE_PHONE_IN_CALL_FLAG, "phone_in_call"),
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1956 mHistoryCur.states |= HistoryItem.STATE_PHONE_IN_CALL_FLAG;
1967 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_IN_CALL_FLAG;

Completed in 84 milliseconds