Home
last modified time | relevance | path

Searched refs:deviceItemUpdate (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractorTest.kt53 private val deviceItemUpdate: MutableSharedFlow<List<DeviceItem>> = MutableSharedFlow() constant in com.android.systemui.bluetooth.qsdialog.AudioSharingInteractorTest
67 whenever(deviceItemInteractor.deviceItemUpdate).thenReturn(deviceItemUpdate) in setUp()
110 deviceItemUpdate.emit(listOf()) in testButtonStateUpdate_isBroadcasting_returnSharingAudio()
137 deviceItemUpdate.emit(listOf(deviceItem)) in testButtonStateUpdate_hasSource_returnGone()
160 deviceItemUpdate.emit(listOf(deviceItem)) in testButtonStateUpdate_hasActiveDevice_returnAudioSharing()
DDeviceItemInteractorTest.kt115 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
130 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
145 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
160 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
186 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
209 val latest by collectLastValue(interactor.deviceItemUpdate) in <lambda>()
DBluetoothTileDialogViewModelTest.kt150 whenever(deviceItemInteractor.deviceItemUpdate).thenReturn(MutableSharedFlow()) in setUp()
203 verify(deviceItemInteractor).deviceItemUpdate in testShowDialog_fetchDeviceItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DAudioSharingInteractor.kt55 deviceItemInteractor.deviceItemUpdate
DDeviceItemInteractor.kt61 internal val deviceItemUpdate in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.DeviceItemInteractor
DBluetoothTileDialogViewModel.kt116 deviceItemInteractor.deviceItemUpdate in showDialog()