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