Home
last modified time | relevance | path

Searched refs:STATE_BLE_ON (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarTrustAgentUnlockDialogHelper.java97 && bluetoothAdapter.getLeState() == BluetoothAdapter.STATE_BLE_ON) { in CarTrustAgentUnlockDialogHelper()
186 if (state == BluetoothAdapter.STATE_BLE_ON) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java303 if (!waitForState(Set.of(BluetoothAdapter.STATE_BLE_ON, BluetoothAdapter.STATE_ON))) { in onFactoryReset()
316 if (state == BluetoothAdapter.STATE_BLE_ON) { in onFactoryReset()
369 if (st == BluetoothAdapter.STATE_BLE_ON) { in onAirplaneModeChanged()
887 || mState == BluetoothAdapter.STATE_BLE_ON in enableBle()
921 if (mState == BluetoothAdapter.STATE_BLE_ON && !isBleAppPresent()) { in disableBle()
1754 if (state == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
2001 BluetoothAdapter.STATE_BLE_ON, in handleMessage()
2024 == BluetoothAdapter.STATE_BLE_ON) && (mBluetooth != null) && mEnable) { in handleMessage()
2041 || newState == BluetoothAdapter.STATE_BLE_ON) { in handleMessage()
2366 if (newState == BluetoothAdapter.STATE_BLE_ON || newState == BluetoothAdapter.STATE_OFF) { in bluetoothStateChangeHandler()
[all …]
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java171 STATE_BLE_ON,
209 public static final int STATE_BLE_ON = 15; field in BluetoothAdapter
243 case STATE_BLE_ON: in nameForState()
884 || state == BluetoothAdapter.STATE_BLE_ON in isLeEnabled()
1001 if (state == BluetoothAdapter.STATE_BLE_ON || state == BluetoothAdapter.STATE_BLE_TURNING_ON in getState()
1058 } else if (getLeState() == STATE_BLE_ON) { in getLeAccess()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9938 Landroid/bluetooth/BluetoothAdapter;->STATE_BLE_ON:I