Home
last modified time | relevance | path

Searched refs:disableBluetooth (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBluetoothDeviceConnectionPolicy.java78 disableBluetooth();
241 private void disableBluetooth() { in disableBluetooth() method in BluetoothDeviceConnectionPolicy
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java528 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent() local
529 disableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in disableBluetoothIntent()
530 startActivity(disableBluetooth); in disableBluetoothIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java327 public void disableBluetooth() { in disableBluetooth() method in BluetoothOppManager