Searched refs:areAllConnectionsOutOfService (Results 1 – 3 of 3) sorted by relevance
239 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_noConnections_noDeviceEmergencyCalls_yes()254 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_noConnections_deviceEmergencyCalls_yes()269 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionInService_thenLost_noDeviceEmergencyCalls_yes()295 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionInService_thenLost_deviceEmergencyCalls_no()321 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_twoConnectionsOos_nonNtn_noDeviceEmergencyCalls_yes()345 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_twoConnectionsOos_nonNtn_deviceEmergencyCalls_no()369 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_twoConnectionsOos_noDeviceEmergencyCalls_oneNtn_no()395 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionOos_noDeviceEmergencyCalls_nonNtn_yes()415 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionOos_nonNtn_no()435 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionOos_ntn_no()[all …]
100 val areAllConnectionsOutOfService = in <lambda>() constant
76 interactor.areAllConnectionsOutOfService.flatMapLatest { allOos -> in allOos()