Searched refs:bluetoothStateInteractor (Results 1 – 5 of 5) sorted by relevance
48 private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractorTest56 bluetoothStateInteractor = in setUp()71 assertThat(bluetoothStateInteractor.isBluetoothEnabled()).isTrue() in testGet_isBluetoothEnabled()80 assertThat(bluetoothStateInteractor.isBluetoothEnabled()).isFalse() in testGet_isBluetoothDisabled()89 bluetoothStateInteractor.setBluetoothEnabled(true) in testSet_bluetoothEnabled()101 bluetoothStateInteractor.setBluetoothEnabled(false) in testSet_bluetoothNoChange()
56 @Mock private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.AudioSharingInteractorTest66 whenever(bluetoothStateInteractor.bluetoothStateUpdate).thenReturn(bluetoothState) in setUp()71 bluetoothStateInteractor, in setUp()
76 @Mock private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest
66 private val bluetoothStateInteractor: BluetoothStateInteractor, constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModel126 bluetoothStateInteractor.isBluetoothEnabled() in showDialog()167 bluetoothStateInteractor.bluetoothStateUpdate in showDialog()190 bluetoothStateInteractor.setBluetoothEnabled(it) in showDialog()245 bluetoothStateInteractor.isBluetoothEnabled(), in createBluetoothTileDialog()
46 bluetoothStateInteractor: BluetoothStateInteractor,54 bluetoothStateInteractor.bluetoothStateUpdate,