Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java55 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
71 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
85 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
97 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
105 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
114 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
121 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java54 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
70 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
84 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
97 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
105 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
114 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
121 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java57 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
73 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
87 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
99 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
108 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
118 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
126 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
143 assertEquals(MCC, ci.getMcc()); in testFormerConstructor()
DImsiEncryptionInfoTest.java86 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testSubProperties()
105 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testParcel()
DSubscriptionInfoTest.java50 assertEquals(310, mSubscriptionInfoUT.getMcc()); in testSubProperties()
DSubscriptionControllerTest.java260 assertEquals(Integer.parseInt(mCcMncVERIZON.substring(0, 3)), subInfo.getMcc()); in testSetGetMCCMNC()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java226 int mcc = info.getMcc(); in handleUpdateSimSubscriptionInfo()
279 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc(); in handleUpdateCellInfo()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccRulesAuthTable.java159 if (!match(ruleCarrierId.getMcc(), carrierId.getMcc()) in findIndex()
/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java214 if (!patternMatch(id.getMcc(), listItem.getMcc()) in isCarrierIdInList()
DImsiEncryptionInfo.java82 public String getMcc() { in getMcc() method in ImsiEncryptionInfo
DCellIdentityWcdma.java116 public int getMcc() { in getMcc() method in CellIdentityWcdma
DCellIdentityGsm.java117 public int getMcc() { in getMcc() method in CellIdentityGsm
DCellIdentityLte.java139 public int getMcc() { in getMcc() method in CellIdentityLte
DSubscriptionInfo.java423 public int getMcc() { in getMcc() method in SubscriptionInfo
DSubscriptionManager.java2304 newConfig.mcc = subInfo.getMcc(); in getResourcesForSubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java122 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
147 imsiEncryptionInfo.getMcc(), in updateOrInsertCarrierKey()
DHbpcdUtils.java42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc() method in HbpcdUtils
DCarrierResolver.java905 final String mccmnc = carrierIdentifier.getMcc() + carrierIdentifier.getMnc(); in getCarrierIdFromIdentifier()
DSubscriptionInfoUpdater.java848 String mcc = cid.getMcc(); in updateEmbeddedSubscriptionsCache()
DRIL.java4139 c.mcc = convertNullToEmptyString(ci.getMcc()); in createCarrierRestrictionList()
4483 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
DServiceStateTracker.java3655 int mcc = mHbpcdUtils.getMcc(sid, utcOffsetHours, (isDst ? 1 : 0), isNitzTimeZone); in fixUnknownMcc()
/frameworks/base/core/java/android/service/carrier/
DCarrierIdentifier.java124 public String getMcc() { in getMcc() method in CarrierIdentifier
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java116 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java282 assertEquals("213", profile.getCarrierIdentifier().getMcc()); in testGetProfile()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...