Searched refs:setBluetoothEnabled (Results 1 – 9 of 9) sorted by relevance
89 bluetoothStateInteractor.setBluetoothEnabled(true) in testSet_bluetoothEnabled()101 bluetoothStateInteractor.setBluetoothEnabled(false) in testSet_bluetoothNoChange()
39 void setBluetoothEnabled(boolean enabled); in setBluetoothEnabled() method
230 public void setBluetoothEnabled(boolean enabled) { in setBluetoothEnabled() method in BluetoothControllerImpl232 mLocalBluetoothManager.getBluetoothAdapter().setBluetoothEnabled(enabled); in setBluetoothEnabled()
76 public void setBluetoothEnabled(boolean enabled) { in setBluetoothEnabled() method in FakeBluetoothController
86 suspend fun setBluetoothEnabled(value: Boolean) { in setBluetoothEnabled() method in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractor
190 bluetoothStateInteractor.setBluetoothEnabled(it) in showDialog()
206 verify(bluetoothController, times(0)).setBluetoothEnabled(any()) in handleClick_hasSatelliteFeatureButNoQsTileDialogAndClickIsProcessing_doNothing()217 verify(bluetoothController).setBluetoothEnabled(any()) in handleClick_noSatelliteFeatureAndNoQsTileDialog_directSetBtEnable()
147 mController.setBluetoothEnabled(!isEnabled); in handleClickEvent()164 mController.setBluetoothEnabled(true); in handleSecondaryClick()
235 public boolean setBluetoothEnabled(boolean enabled) { in setBluetoothEnabled() method in LocalBluetoothAdapter