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/bluetooth/
DBluetoothPowerPolicy.java84 disableBluetooth();
193 private void disableBluetooth() { in disableBluetooth() method in BluetoothPowerPolicy
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java529 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent() local
530 disableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in disableBluetoothIntent()
531 startActivity(disableBluetooth); in disableBluetoothIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppManager.java324 public void disableBluetooth() { in disableBluetooth() method in BluetoothOppManager