Searched refs:isBluetoothEnabled (Results 1 – 11 of 11) sorted by relevance
126 bluetoothStateInteractor.isBluetoothEnabled() in showDialog()245 bluetoothStateInteractor.isBluetoothEnabled(), in createBluetoothTileDialog()306 private fun getSubtitleResId(isBluetoothEnabled: Boolean) = in isAutoOnToggleFeatureAvailable()307 if (isBluetoothEnabled) R.string.quick_settings_bluetooth_tile_subtitle in isAutoOnToggleFeatureAvailable()318 isBluetoothEnabled: Boolean, in build()322 subTitleResId = getSubtitleResId(isBluetoothEnabled), in build()324 if (isAutoOnToggleFeatureAvailable && !isBluetoothEnabled) VISIBLE in build()
73 .onStart { emit(isBluetoothEnabled()) } in <lambda>()81 suspend fun isBluetoothEnabled(): Boolean = in isBluetoothEnabled() method in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractor88 if (isBluetoothEnabled() != value) { in setBluetoothEnabled()
71 assertThat(bluetoothStateInteractor.isBluetoothEnabled()).isTrue() in testGet_isBluetoothEnabled()80 assertThat(bluetoothStateInteractor.isBluetoothEnabled()).isFalse() in testGet_isBluetoothDisabled()
226 isBluetoothEnabled = true, in testBuildUiProperties_bluetoothOn_shouldHideAutoOn()238 isBluetoothEnabled = false, in testBuildUiProperties_bluetoothOff_shouldShowAutoOn()250 isBluetoothEnabled = false, in testBuildUiProperties_bluetoothOff_autoOnFeatureUnavailable_shouldHideAutoOn()
84 isBluetoothEnabled = ENABLED,
30 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
199 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
41 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
295 whenever(bluetoothController.isBluetoothEnabled).thenReturn(true) in enableBluetooth()299 whenever(bluetoothController.isBluetoothEnabled).thenReturn(false) in disableBluetooth()
186 final boolean enabled = transientEnabling || mController.isBluetoothEnabled(); in handleUpdateState()
487 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()