Searched refs:enableBluetooth (Results 1 – 5 of 5) sorted by relevance
61 enableBluetooth();225 private void enableBluetooth() { in enableBluetooth() method in BluetoothDeviceConnectionPolicy
193 if (!enableBluetooth()) { in doPeripheralHandover()248 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
522 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local523 enableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in enableBluetoothIntent()524 startActivity(enableBluetooth); in enableBluetoothIntent()
82 mOppManager.enableBluetooth(); // this is an asyn call in onClick()
318 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager