Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1227 public static final int STATE2_BLUETOOTH_SCAN_FLAG = 1 << 20; field in BatteryStats.HistoryItem
1976 new BitDescription(HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG, "ble_scan", "bles"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4186 mHistoryCur.states2 |= HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteBluetoothScanStartedLocked()
4209 mHistoryCur.states2 &= ~HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteBluetoothScanStoppedLocked()
4230 mHistoryCur.states2 &= ~HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteResetBluetoothScanLocked()