Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityWcdmaTest.java58 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
74 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
92 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
106 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
115 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
125 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
133 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java58 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
78 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
96 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
113 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
123 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
134 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
143 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java65 assertEquals(MCC, ci.getMcc()); in testDefaultConstructor()
84 assertEquals(MCC, ci.getMcc()); in testConstructorWithThreeDigitMnc()
98 assertEquals(MCC, ci.getMcc()); in testConstructorWithTwoDigitMnc()
111 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
121 assertEquals(MCC, ci.getMcc()); in testConstructorWithEmptyMccMnc()
132 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
141 assertEquals(Integer.MAX_VALUE, ci.getMcc()); in testConstructorWithEmptyMccMnc()
158 assertEquals(MCC, ci.getMcc()); in testFormerConstructor()
DImsiEncryptionInfoTest.java89 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testSubProperties()
108 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testParcel()
DSubscriptionInfoTest.java77 assertThat(mSubscriptionInfoUT.getMcc()).isEqualTo(310); in testSubProperties()
/frameworks/base/core/java/android/timezone/
DTelephonyNetwork.java42 public String getMcc() { in getMcc() method in TelephonyNetwork
43 return mDelegate.getMcc(); in getMcc()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccRulesAuthTable.java162 if (!match(ruleCarrierId.getMcc(), carrierId.getMcc()) in findIndex()
/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java324 if (!patternMatch(id.getMcc(), listItem.getMcc()) in isCarrierIdInList()
DImsiEncryptionInfo.java92 public String getMcc() { in getMcc() method in ImsiEncryptionInfo
DCarrierInfo.java93 public String getMcc() { in getMcc() method in CarrierInfo
DEmergencyRegistrationResult.java219 public @NonNull String getMcc() { in getMcc() method in EmergencyRegistrationResult
DCellIdentityGsm.java138 public int getMcc() { in getMcc() method in CellIdentityGsm
DCellIdentityWcdma.java145 public int getMcc() { in getMcc() method in CellIdentityWcdma
DCellIdentityLte.java174 public int getMcc() { in getMcc() method in CellIdentityLte
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioSimProxy.java566 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
579 halImsiInfo.base.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
595 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
DCarrierInfoManager.java211 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey()
237 imsiEncryptionInfo.getMcc(), in updateOrInsertCarrierKey()
/frameworks/base/telephony/common/com/android/internal/telephony/
DHbpcdUtils.java42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc() method in HbpcdUtils
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java124 public String getMcc() { in getMcc() method in CarrierIdentifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DCellularIdentifierDisclosureNotifier.java151 mcc = subInfo.getMcc(); in runLogDisclosure()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DCarrierRoamingSatelliteSessionStats.java327 String simCountry = MccTable.countryCodeForMcc(subscriptionInfoInternal.getMcc()); in updateNtnRoamingInHomeCountry()
/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/security/
DCellularIdentifierDisclosureNotifierTest.java258 when(subInfoMock.getMcc()).thenReturn(mcc); in testLogDisclsoure()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java383 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC2); in testSetMccMnc()
973 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC1); in testUpdateEmbeddedSubscriptions()
992 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC2); in testUpdateEmbeddedSubscriptions()
2432 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC1); in testUserUnlockUpdateEmbeddedSubscriptions()
2489 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC1); in testInsertNewSim()
2648 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC1); in testEsimActivation()
3132 assertThat(subInfo.getMcc()).isEqualTo(""); in testNonNullSubInfoBuilderFromEmbeddedProfile()
3144 assertThat(subInfo.getMcc()).isEqualTo(FAKE_MCC2); in testNonNullSubInfoBuilderFromEmbeddedProfile()
DSubscriptionInfoInternalTest.java173 assertThat(mSubInfo.getMcc()).isEqualTo(SubscriptionDatabaseManagerTest.FAKE_MCC1); in testSubscriptionInfoInternalSetAndGet()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionInfoInternal.java662 public String getMcc() { in getMcc() method in SubscriptionInfoInternal

12