Searched refs:disableBluetooth (Results 1 – 3 of 3) sorted by relevance
78 disableBluetooth();240 private void disableBluetooth() { in disableBluetooth() method in BluetoothDeviceConnectionPolicy
533 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent() local534 disableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in disableBluetoothIntent()535 startActivity(disableBluetooth); in disableBluetoothIntent()
327 public void disableBluetooth() { in disableBluetooth() method in BluetoothOppManager