Home
last modified time | relevance | path

Searched refs:bluetoothStateUpdate (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractor.kt54 bluetoothStateInteractor.bluetoothStateUpdate,
DBluetoothStateInteractor.kt51 internal val bluetoothStateUpdate: StateFlow<Boolean> = constant in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractor
DBluetoothTileDialogViewModel.kt167 bluetoothStateInteractor.bluetoothStateUpdate in showDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractorTest.kt66 whenever(bluetoothStateInteractor.bluetoothStateUpdate).thenReturn(bluetoothState) in setUp()