Home
last modified time | relevance | path

Searched refs:areAllConnectionsOutOfService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractorTest.kt239 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractor.kt100 val areAllConnectionsOutOfService = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
DDeviceBasedSatelliteViewModel.kt76 interactor.areAllConnectionsOutOfService.flatMapLatest { allOos -> in allOos()