Searched refs:bluetoothStateUpdate (Results 1 – 4 of 4) sorted by relevance
54 bluetoothStateInteractor.bluetoothStateUpdate,
51 internal val bluetoothStateUpdate: StateFlow<Boolean> = constant in com.android.systemui.bluetooth.qsdialog.BluetoothStateInteractor
167 bluetoothStateInteractor.bluetoothStateUpdate in showDialog()
66 whenever(bluetoothStateInteractor.bluetoothStateUpdate).thenReturn(bluetoothState) in setUp()