Searched refs:STATE2_BLUETOOTH_SCAN_FLAG (Results 1 – 3 of 3) sorted by relevance
1709 public static final int STATE2_BLUETOOTH_SCAN_FLAG = 1 << 20; field in BatteryStats.HistoryItem2541 new BitDescription(HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG, "ble_scan", "bles"),
5559 mHistoryCur.states2 |= HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteBluetoothScanStartedLocked()5590 mHistoryCur.states2 &= ~HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteBluetoothScanStoppedLocked()5626 mHistoryCur.states2 &= ~HistoryItem.STATE2_BLUETOOTH_SCAN_FLAG; in noteResetBluetoothScanLocked()
48721 Landroid/os/BatteryStats$HistoryItem;->STATE2_BLUETOOTH_SCAN_FLAG:I