Home
last modified time | relevance | path

Searched defs:enableBluetooth (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothPowerPolicy.java199 private void enableBluetooth() { in enableBluetooth() method in BluetoothPowerPolicy
/packages/modules/Uwb/ranging/tests/multidevices/snippet/bluetooth/
DBluetoothGattMultiDevicesSnippet.java119 public void enableBluetooth() throws Throwable { in enableBluetooth() method in BluetoothGattMultiDevicesSnippet
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkReservationTest.kt112 private fun enableBluetooth() { in enableBluetooth() method
/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/
DPermissionTest30WithBluetooth.kt55 @get:ClassRule @JvmStatic val enableBluetooth = EnableBluetoothRule(true) constant
/packages/modules/Nfc/NfcNci/src/com/android/nfc/handover/
DPeripheralHandoverService.java277 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppManager.java318 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager
/packages/modules/Uwb/ranging/tests/cts/tests/src/android/ranging/cts/
DRangingManagerTest.java241 public void enableBluetooth() { in enableBluetooth() method in RangingManagerTest
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local