Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java657 public static final int STATE_BLUETOOTH_ON_FLAG = 1<<16; field in BatteryStats.HistoryItem
661 | STATE_PHONE_IN_CALL_FLAG | STATE_BLUETOOTH_ON_FLAG;
1299 new BitDescription(HistoryItem.STATE_BLUETOOTH_ON_FLAG, "bluetooth", "b"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3728 mHistoryCur.states |= HistoryItem.STATE_BLUETOOTH_ON_FLAG; in noteBluetoothOnLocked()
3741 mHistoryCur.states &= ~HistoryItem.STATE_BLUETOOTH_ON_FLAG; in noteBluetoothOffLocked()