Searched refs:isBluetoothEnabled (Results 1 – 6 of 6) sorted by relevance
30 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
197 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
41 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
247 whenever(bluetoothController.isBluetoothEnabled).thenReturn(true)251 whenever(bluetoothController.isBluetoothEnabled).thenReturn(false)
144 final boolean enabled = transientEnabling || mController.isBluetoothEnabled(); in handleUpdateState()
482 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()