Home
last modified time | relevance | path

Searched refs:carrierName (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/euicc/
DDownloadableSubscription.java73 private String carrierName; field in DownloadableSubscription
93 carrierName = in.readString(); in DownloadableSubscription()
99 String carrierName, List<UiccAccessRule> accessRules) { in DownloadableSubscription() argument
102 this.carrierName = carrierName; in DownloadableSubscription()
109 @Nullable private String carrierName; field in DownloadableSubscription.Builder
119 carrierName = baseSubscription.getCarrierName(); in Builder()
134 carrierName, accessRules); in build()
169 carrierName = value; in setCarrierName()
234 public void setCarrierName(String carrierName) { in setCarrierName() argument
235 this.carrierName = carrierName; in setCarrierName()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameView.java62 CharSequence carrierName = null; in updateText() local
65 carrierName = subInfo.getCarrierName(); in updateText()
67 if (!TextUtils.isEmpty(carrierName) && subInfo.simReady()) { in updateText()
69 displayText = carrierName; in updateText()
DOperatorNameViewController.java215 CharSequence carrierName, in SubInfo() argument
219 mCarrierName = carrierName; in SubInfo()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DSubscriptionInfoEntity.java32 String displayName, String carrierName, int dataRoaming, String mcc, String mnc, in SubscriptionInfoEntity() argument
44 this.carrierName = carrierName; in SubscriptionInfoEntity()
82 public String carrierName; field in SubscriptionInfoEntity
170 carrierName, in hashCode()
207 && TextUtils.equals(carrierName, info.carrierName) in equals()
241 .append(carrierName) in toString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconsInteractorTest.kt305 carrierName = "Carrier 1", in filteredSubscriptions_doesNotFilterProvisioningWhenFlagIsFalse()
325 carrierName = "Carrier 1", in filteredSubscriptions_filtersOutProvisioningSubs()
332 carrierName = "Carrier 2", in filteredSubscriptions_filtersOutProvisioningSubs()
357 carrierName = "Carrier 1", in filteredSubscriptions_filtersOutProvisioningSubsBeforeOpportunistic()
366 carrierName = "Carrier 2", in filteredSubscriptions_filtersOutProvisioningSubsBeforeOpportunistic()
399 carrierName = "Carrier 2", in filteredSubscriptions_groupedPairAndNonProvisioned_groupedFilteringStillHappens()
418 carrierName = "Carrier 5", in filteredSubscriptions_subNotExclusivelyNonTerrestrial_hasSub()
436 carrierName = "Carrier 5", in filteredSubscriptions_subExclusivelyNonTerrestrial_doesNotHaveSub()
454 carrierName = "Carrier 5", in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()
461 carrierName = "Carrier 1", in filteredSubscription_mixOfExclusivelyNonTerrestrialAndOther_hasOtherSubsOnly()
[all …]
DMobileIconInteractorTest.kt69 carrierName = DEFAULT_NAME,
490 val job = underTest.carrierName.onEach { latest = it }.launchIn(this) in networkNameForSubId_usesOperatorAlphaShortWhenNonNullAndRepoIsDefault()
495 connectionRepository.carrierName.value = DEFAULT_NAME_MODEL in networkNameForSubId_usesOperatorAlphaShortWhenNonNullAndRepoIsDefault()
506 connectionRepository.carrierName.value = in networkNameForSubId_usesOperatorAlphaShortWhenNonNullAndRepoIsDefault()
/frameworks/base/packages/SimAppDialog/src/com/android/simappdialog/
DInstallCarrierAppActivity.java76 String carrierName = intent.getStringExtra(BUNDLE_KEY_CARRIER_NAME); in onCreate() local
77 if (!TextUtils.isEmpty(carrierName)) { in onCreate()
79 subtitle.setText(getString(R.string.install_carrier_app_description, carrierName)); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconsViewModelTest.kt110 carrierName = "Carrier 1", in subscriptionIdsFlow_matchesInteractor()
121 carrierName = "Carrier 2", in subscriptionIdsFlow_matchesInteractor()
127 carrierName = "Carrier 5", in subscriptionIdsFlow_matchesInteractor()
133 carrierName = "Carrier 7", in subscriptionIdsFlow_matchesInteractor()
368 carrierName = "Carrier 1",
375 carrierName = "Carrier 2",
382 carrierName = "Carrier 3",
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DOperatorNameViewControllerTest.kt106 whenever(it.carrierName).thenReturn("test_carrier") in updateFromSubInfo_showsCarrieName()
131 whenever(it.carrierName).thenReturn("test_carrier") in notDataCapable_doesNotShowOperatorName()
155 whenever(it.carrierName).thenReturn("test_carrier") in airplaneMode_doesNotShowOperatorName()
182 whenever(it.carrierName).thenReturn("test_carrier") in notInService_doesNotShowOperatorName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DLocationBasedMobileViewModel.kt106 val carrierName = interactor.carrierName constant
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java284 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, in SubscriptionInfo() argument
287 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number, in SubscriptionInfo()
302 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, in SubscriptionInfo() argument
306 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number, in SubscriptionInfo()
320 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, in SubscriptionInfo() argument
327 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number, in SubscriptionInfo()
341 CharSequence carrierName, int displayNameSource, int iconTint, String number, in SubscriptionInfo() argument
348 this(id, iccId, simSlotIndex, displayName, carrierName, displayNameSource, iconTint, number, in SubscriptionInfo()
363 CharSequence carrierName, int nameSource, int iconTint, String number, int roaming, in SubscriptionInfo() argument
374 this.mCarrierName = carrierName; in SubscriptionInfo()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DCarrierTextManagerLogger.kt49 fun logUpdateLoopStart(sub: Int, simState: Int, carrierName: String) { in logUpdateLoopStart()
56 str1 = carrierName in logUpdateLoopStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSubscriptionModel.kt52 val carrierName: String, constant in com.android.systemui.statusbar.pipeline.mobile.data.model.SubscriptionModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractor.kt114 val carrierName: StateFlow<String> in <lambda>() constant
188 override val carrierName = constant
189 combine(connectionRepository.operatorAlphaShort, connectionRepository.carrierName) {
201 connectionRepository.carrierName.value.name
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileRepositorySwitcherTest.kt254 whenever(it.carrierName).thenReturn(SUB_1_NAME) in <lambda>()
260 carrierName = SUB_1_NAME,
269 whenever(it.carrierName).thenReturn(SUB_2_NAME) in <lambda>()
275 carrierName = SUB_2_NAME,
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java375 CharSequence carrierName = subs.get(i).getCarrierName(); in updateCarrierText() local
376 CharSequence carrierTextForSimState = getCarrierTextForSimState(simState, carrierName); in updateCarrierText()
377 mLogger.logUpdateLoopStart(subId, simState, String.valueOf(carrierName)); in updateCarrierText()
572 CharSequence carrierName) { in makeCarrierStringOnLocked() argument
574 final boolean carrierNameValid = !TextUtils.isEmpty(carrierName); in makeCarrierStringOnLocked()
577 carrierName, simMessage); in makeCarrierStringOnLocked()
581 return carrierName; in makeCarrierStringOnLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepository.kt341 override val carrierName = in <lambda>() constant
343 .flatMapLatest { it.carrierName } in <lambda>()
347 initialValue = activeRepo.value.carrierName.value, in <lambda>()
349 .stateIn(scope, SharingStarted.WhileSubscribed(), activeRepo.value.carrierName.value) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
DShadeCarrierBinder.kt38 launch { viewModel.carrierName.collect { carrierTextView.text = it } } in bind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java752 CharSequence carrierName = getMobileNetworkTitle(mDefaultDataSubId); in showTurnOffMobileDialog() local
754 if (TextUtils.isEmpty(carrierName) || !isInService) { in showTurnOffMobileDialog()
755 carrierName = context.getString(R.string.mobile_data_disable_message_default_carrier); in showTurnOffMobileDialog()
759 .setMessage(context.getString(R.string.mobile_data_disable_message, carrierName)) in showTurnOffMobileDialog()
780 CharSequence carrierName = getMobileNetworkTitle(mDefaultDataSubId); in showTurnOffAutoDataSwitchDialog() local
781 if (TextUtils.isEmpty(carrierName)) { in showTurnOffAutoDataSwitchDialog()
782 carrierName = context.getString(R.string.mobile_data_disable_message_default_carrier); in showTurnOffAutoDataSwitchDialog()
785 .setTitle(context.getString(R.string.auto_data_switch_disable_title, carrierName)) in showTurnOffAutoDataSwitchDialog()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelTest.kt125 carrierName = "Carrier 1",
132 carrierName = "Carrier 2",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt226 override val carrierName = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
247 carrierName.value = NetworkNameModel.SubscriptionDerived("${event.name} ${event.subId}") in <lambda>()
279 carrierName.value = NetworkNameModel.SubscriptionDerived(CARRIER_MERGED_NAME) in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DFakeMobileIconInteractor.kt55 override val carrierName = MutableStateFlow("demo mode") constant in com.android.systemui.statusbar.pipeline.mobile.domain.interactor.FakeMobileIconInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileConnectionRepository.kt148 val carrierName: StateFlow<NetworkNameModel> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt61 override val carrierName: MutableStateFlow<NetworkNameModel> = constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt312 whenever(it.carrierName).thenReturn("NTN only") in <lambda>()
334 whenever(it.carrierName).thenReturn("NTN only") in <lambda>()
1449 whenever(it.carrierName).thenReturn(SUB_1_NAME) in <lambda>()
1456 carrierName = SUB_1_NAME, in <lambda>()
1468 whenever(it.carrierName).thenReturn(SUB_2_NAME) in <lambda>()
1475 carrierName = SUB_2_NAME, in <lambda>()
1511 whenever(it.carrierName).thenReturn(SUB_CM_NAME) in <lambda>()
1517 carrierName = SUB_CM_NAME, in <lambda>()

12