Searched defs:enableBluetooth (Results 1 – 5 of 5) sorted by relevance
176 private void enableBluetooth() { in enableBluetooth() method in BluetoothPowerPolicy
249 boolean enableBluetooth() { in enableBluetooth() method in PeripheralHandoverService
55 @get:ClassRule @JvmStatic val enableBluetooth = EnableBluetoothRule(true) constant
317 public void enableBluetooth() { in enableBluetooth() method in BluetoothOppManager
523 Intent enableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in enableBluetoothIntent() local