Home
last modified time | relevance | path

Searched refs:bluetoothStateInteractor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothStateInteractorTest.kt48 private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractorTest
56 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()
DAudioSharingInteractorTest.kt56 @Mock private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.AudioSharingInteractorTest
66 whenever(bluetoothStateInteractor.bluetoothStateUpdate).thenReturn(bluetoothState) in setUp()
71 bluetoothStateInteractor, in setUp()
DBluetoothTileDialogViewModelTest.kt76 @Mock private lateinit var bluetoothStateInteractor: BluetoothStateInteractor variable in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModelTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogViewModel.kt66 private val bluetoothStateInteractor: BluetoothStateInteractor, constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogViewModel
126 bluetoothStateInteractor.isBluetoothEnabled() in showDialog()
167 bluetoothStateInteractor.bluetoothStateUpdate in showDialog()
190 bluetoothStateInteractor.setBluetoothEnabled(it) in showDialog()
245 bluetoothStateInteractor.isBluetoothEnabled(), in createBluetoothTileDialog()
DAudioSharingInteractor.kt46 bluetoothStateInteractor: BluetoothStateInteractor,
54 bluetoothStateInteractor.bluetoothStateUpdate,