/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractor.kt | 69 val mobileIsDefault: StateFlow<Boolean> in <lambda>() constant 146 override val mobileIsDefault = constant 148 mobileConnectionsRepo.mobileIsDefault, 150 ) { mobileIsDefault, hasCarrierMergedConnection -> in hasCarrierMergedConnection() method 153 mobileIsDefault || hasCarrierMergedConnection in hasCarrierMergedConnection() 362 mobileIsDefault, 365 ) { mobileIsDefault, defaultConnectionIsValidated, forcingCellularValidation -> in forcingCellularValidation() method 367 !mobileIsDefault -> false in forcingCellularValidation() 401 mobileIsDefault, in getMobileConnectionInteractorForSubId()
|
D | MobileIconInteractor.kt | 59 val mobileIsDefault: Flow<Boolean> in <lambda>() constant 145 override val mobileIsDefault: StateFlow<Boolean>, constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractorTest.kt | 549 connectionsRepository.mobileIsDefault.value = true in failedConnection_default_validated_notFailed() 560 connectionsRepository.mobileIsDefault.value = false in failedConnection_notDefault_notValidated_notFailed() 571 connectionsRepository.mobileIsDefault.value = true in failedConnection_default_notValidated_failed() 594 connectionsRepository.mobileIsDefault.value = true in failedConnection_dataSwitchInSameGroup_notFailed() 612 connectionsRepository.mobileIsDefault.value = true in failedConnection_dataSwitchNotInSameGroup_isFailed() 716 val latest by collectLastValue(underTest.mobileIsDefault) in mobileIsDefault_mobileFalseAndCarrierMergedFalse_false() 718 connectionsRepository.mobileIsDefault.value = false in mobileIsDefault_mobileFalseAndCarrierMergedFalse_false() 727 val latest by collectLastValue(underTest.mobileIsDefault) in mobileIsDefault_mobileTrueAndCarrierMergedFalse_true() 729 connectionsRepository.mobileIsDefault.value = true in mobileIsDefault_mobileTrueAndCarrierMergedFalse_true() 739 val latest by collectLastValue(underTest.mobileIsDefault) in mobileIsDefault_mobileFalseAndCarrierMergedTrue_true() [all …]
|
D | MobileIconInteractorTest.kt | 747 mobileIconsInteractor.mobileIsDefault, in createInteractor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | MobileRepositorySwitcher.kt | 172 override val mobileIsDefault: StateFlow<Boolean> = in <lambda>() constant 174 .flatMapLatest { it.mobileIsDefault } in <lambda>() 175 .stateIn(scope, SharingStarted.WhileSubscribed(), realRepository.mobileIsDefault.value) in <lambda>()
|
D | MobileConnectionsRepository.kt | 62 val mobileIsDefault: StateFlow<Boolean> constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconViewModelTest.kt | 114 connectionsRepository.mobileIsDefault.value = true in setUp() 143 iconsInteractor.mobileIsDefault, in setUp() 360 connectionsRepository.mobileIsDefault.value = true in networkType_dataEnabled_groupIsRepresented() 376 connectionsRepository.mobileIsDefault.value = true in networkType_null_whenDisabled() 390 connectionsRepository.mobileIsDefault.value = true in networkType_null_whenCarrierNetworkChangeActive() 410 connectionsRepository.mobileIsDefault.value = true in networkTypeIcon_notNull_whenEnabled() 509 connectionsRepository.mobileIsDefault.value = true in networkType_alwaysShow_shownEvenWhenFailedConnection() 553 connectionsRepository.mobileIsDefault.value = false in networkType_alwaysShow_shownWhenNotDefault() 575 connectionsRepository.mobileIsDefault.value = false in networkType_notShownWhenNotDefault()
|
D | LocationBasedMobileIconViewModelTest.kt | 132 iconsInteractor.mobileIsDefault, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconViewModel.kt | 235 iconInteractor.mobileIsDefault, 237 ) { dataConnected, dataEnabled, alwaysShow, mobileIsDefault, carrierNetworkChange -> in dataConnected() method 239 (!carrierNetworkChange && (dataEnabled && dataConnected && mobileIsDefault)) in dataConnected()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | FakeMobileIconInteractor.kt | 42 override val mobileIsDefault = MutableStateFlow(true) constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.FakeMobileIconInteractor
|
D | FakeMobileIconsInteractor.kt | 67 override val mobileIsDefault = MutableStateFlow(false) constant
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | FakeMobileConnectionsRepository.kt | 72 override val mobileIsDefault = MutableStateFlow(false) constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionsRepositoryTest.kt | 864 assertThat(underTest.mobileIsDefault.value).isFalse() in <lambda>() 875 val latest by collectLastValue(underTest.mobileIsDefault) in <lambda>() 890 val latest by collectLastValue(underTest.mobileIsDefault) in <lambda>() 908 val latest by collectLastValue(underTest.mobileIsDefault) in <lambda>() 923 val latest by collectLastValue(underTest.mobileIsDefault) in <lambda>() 938 val latest by collectLastValue(underTest.mobileIsDefault) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractorTest.kt | 459 mobileConnectionsRepository.mobileIsDefault.value = true in <lambda>() 485 mobileConnectionsRepository.mobileIsDefault.value = true in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepository.kt | 172 override val mobileIsDefault: StateFlow<Boolean> = MutableStateFlow(true) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionsRepositoryImpl.kt | 340 override val mobileIsDefault: StateFlow<Boolean> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | InternetTileViewModelTest.kt | 334 mobileConnectionsRepository.mobileIsDefault.value = true in mobileDefault_usesNetworkNameAndIcon()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionsRepositoryTest.kt | 103 val isDefault = underTest.mobileIsDefault.value in <lambda>()
|