Searched refs:connectionRepository (Results 1 – 2 of 2) sorted by relevance
74 private val connectionRepository = FakeMobileConnectionRepository(SUB_1_ID, mock()) constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.MobileIconInteractorTest84 connectionRepository.isInService.value = true in setUp()90 connectionRepository.isGsm.value = true in gsm_usesGsmLevel()91 connectionRepository.primaryLevel.value = GSM_LEVEL in gsm_usesGsmLevel()92 connectionRepository.cdmaLevel.value = CDMA_LEVEL in gsm_usesGsmLevel()105 connectionRepository.isGsm.value = true in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()106 connectionRepository.primaryLevel.value = GSM_LEVEL in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()107 connectionRepository.cdmaLevel.value = CDMA_LEVEL in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()121 connectionRepository.isGsm.value = false in notGsm_level_default_unknown()133 connectionRepository.isGsm.value = false in notGsm_alwaysShowCdmaTrue_usesCdmaLevel()[all …]
150 connectionRepository: MobileConnectionRepository,154 override val tableLogBuffer: TableLogBuffer = connectionRepository.tableLogBuffer156 override val activity = connectionRepository.dataActivityDirection158 override val isDataEnabled: StateFlow<Boolean> = connectionRepository.dataEnabled161 connectionRepository.carrierNetworkChangeActive167 connectionRepository.carrierId173 combine(connectionRepository.operatorAlphaShort, connectionRepository.networkName) {185 connectionRepository.networkName.value189 combine(connectionRepository.operatorAlphaShort, connectionRepository.carrierName) {201 connectionRepository.carrierName.value.name[all …]