Home
last modified time | relevance | path

Searched refs:getMnc (Results 1 – 12 of 12) sorted by relevance

/packages/apps/CarrierConfig/src/com/android/carrierconfig/
DDefaultCarrierConfigService.java94 .getCarrierIdFromMccMnc(id.getMcc() + id.getMnc()); in onLoadConfig()
121 MCCMNC_PREFIX + id.getMcc() + id.getMnc() + ".xml"), "utf-8"); in onLoadConfig()
251 result = result && value.equals(id.getMnc()); in checkFilters()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/system/
DResetNetworkSubscriptionPreferenceControllerTest.java255 assertThat(title).contains(String.valueOf(subInfo.getMnc())); in refreshUi_title_fourthPriority_subscriptionNetworkIds()
350 when(subscriptionInfo.getMnc()).thenReturn(333); in createSubInfo()
/packages/apps/Messaging/src/android/support/v7/mms/
DUtils.java109 mccMnc[1] = subInfo.getMnc(); in getMccMnc()
/packages/apps/Car/Settings/src/com/android/car/settings/system/
DResetNetworkSubscriptionPreferenceController.java140 subscription.getMcc(), subscription.getMnc(), subscription.getSimSlotIndex(), in getSubscriptionName()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java274 private String getMnc(CellInfo cellInfo) { in getMnc() method in ONSProfileSelector
602 int subId = getSubIdUsingAvailableNetworks(getMcc(result), getMnc(result), level); in retrieveBestSubscription()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DResetNetwork.java199 record.getMnc(), record.getSimSlotIndex(), record.getSubscriptionId()); in establishInitialState()
DRadioInfo.java796 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
812 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString()
830 getCellInfoDisplayString(cidWcdma.getMnc()), in buildWcdmaInfoString()
/packages/apps/Settings/src/com/android/settings/
DResetNetwork.java199 record.getMnc(), record.getSimSlotIndex(), record.getSubscriptionId()); in establishInitialState()
/packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
DCarrierConfigTest.java294 args.add(carrierIdentifier.getMcc() + carrierIdentifier.getMnc()); in getCarrierId()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java938 getCellInfoDisplayString(cidGsm.getMnc()), in buildGsmInfoString()
954 getCellInfoDisplayString(cidLte.getMnc()), in buildLteInfoString()
972 getCellInfoDisplayString(cidWcdma.getMnc()), in buildWcdmaInfoString()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java348 emergencyNumber.getMnc(), in removeCarrierSpecificPrefixes()
/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java469 mnc = subInfo.getMnc(); in getMccMnc()