Searched refs:disableBluetooth (Results 1 – 3 of 3) sorted by relevance
84 disableBluetooth();193 private void disableBluetooth() { in disableBluetooth() method in BluetoothPowerPolicy
529 Intent disableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISABLE); in disableBluetoothIntent() local530 disableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in disableBluetoothIntent()531 startActivity(disableBluetooth); in disableBluetoothIntent()
324 public void disableBluetooth() { in disableBluetooth() method in BluetoothOppManager