Searched refs:wifiEvents (Results 1 – 7 of 7) sorted by relevance
44 val wifiEvents = _wifiCommands.shareIn(scope, SharingStarted.WhileSubscribed()) regex
66 dataSource.wifiEvents.filterNotNull().collect { event -> processEvent(event) }
96 whenever(demoModeWifiDataSource.wifiEvents).thenReturn(demoModelFlow)
116 whenever(it.wifiEvents).thenReturn(MutableStateFlow(null))
92 whenever(it.wifiEvents).thenReturn(fakeWifiEventFlow)
85 whenever(it.wifiEvents).thenReturn(fakeWifiEventFlow)
207 wifiDataSource.wifiEvents.filterNotNull().collect { event ->