Home
last modified time | relevance | path

Searched refs:isDeviceInEmergencyCallsOnlyMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractorTest.kt244 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = false in areAllConnectionsOutOfService_noConnections_noDeviceEmergencyCalls_yes()
259 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = true in areAllConnectionsOutOfService_noConnections_deviceEmergencyCalls_yes()
274 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = false in areAllConnectionsOutOfService_oneConnectionInService_thenLost_noDeviceEmergencyCalls_yes()
300 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = true in areAllConnectionsOutOfService_oneConnectionInService_thenLost_deviceEmergencyCalls_no()
327 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = false in areAllConnectionsOutOfService_twoConnectionsOos_nonNtn_noDeviceEmergencyCalls_yes()
351 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = true in areAllConnectionsOutOfService_twoConnectionsOos_nonNtn_deviceEmergencyCalls_no()
375 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = false in areAllConnectionsOutOfService_twoConnectionsOos_noDeviceEmergencyCalls_oneNtn_no()
400 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = false in areAllConnectionsOutOfService_oneConnectionOos_noDeviceEmergencyCalls_nonNtn_yes()
420 iconsInteractor.isDeviceInEmergencyCallsOnlyMode.value = true in areAllConnectionsOutOfService_oneConnectionOos_nonNtn_no()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DFakeMobileIconsInteractor.kt84 override val isDeviceInEmergencyCallsOnlyMode = MutableStateFlow(false) constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractor.kt118 val isDeviceInEmergencyCallsOnlyMode: Flow<Boolean> in <lambda>() constant
387 override val isDeviceInEmergencyCallsOnlyMode: Flow<Boolean> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
DDeviceBasedSatelliteInteractor.kt104 iconsInteractor.isDeviceInEmergencyCallsOnlyMode, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractorTest.kt895 val latest by collectLastValue(underTest.isDeviceInEmergencyCallsOnlyMode) in deviceBasedEmergencyMode_emergencyCallsOnly_followsDeviceServiceStateFromRepo()