/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityWcdmaTest.java | 58 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()
|
D | CellIdentityGsmTest.java | 58 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()
|
D | CellIdentityLteTest.java | 65 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()
|
D | ImsiEncryptionInfoTest.java | 89 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testSubProperties() 108 assertEquals("310", mImsiEncryptionInfo.getMcc()); in testParcel()
|
D | SubscriptionInfoTest.java | 77 assertThat(mSubscriptionInfoUT.getMcc()).isEqualTo(310); in testSubProperties()
|
/frameworks/base/core/java/android/timezone/ |
D | TelephonyNetwork.java | 42 public String getMcc() { in getMcc() method in TelephonyNetwork 43 return mDelegate.getMcc(); in getMcc()
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccRulesAuthTable.java | 162 if (!match(ruleCarrierId.getMcc(), carrierId.getMcc()) in findIndex()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierRestrictionRules.java | 324 if (!patternMatch(id.getMcc(), listItem.getMcc()) in isCarrierIdInList()
|
D | ImsiEncryptionInfo.java | 92 public String getMcc() { in getMcc() method in ImsiEncryptionInfo
|
D | CarrierInfo.java | 93 public String getMcc() { in getMcc() method in CarrierInfo
|
D | EmergencyRegistrationResult.java | 219 public @NonNull String getMcc() { in getMcc() method in EmergencyRegistrationResult
|
D | CellIdentityGsm.java | 138 public int getMcc() { in getMcc() method in CellIdentityGsm
|
D | CellIdentityWcdma.java | 145 public int getMcc() { in getMcc() method in CellIdentityWcdma
|
D | CellIdentityLte.java | 174 public int getMcc() { in getMcc() method in CellIdentityLte
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioSimProxy.java | 566 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption() 579 halImsiInfo.base.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption() 595 halImsiInfo.mcc = imsiEncryptionInfo.getMcc(); in setCarrierInfoForImsiEncryption()
|
D | CarrierInfoManager.java | 211 contentValues.put(Telephony.CarrierColumns.MCC, imsiEncryptionInfo.getMcc()); in updateOrInsertCarrierKey() 237 imsiEncryptionInfo.getMcc(), in updateOrInsertCarrierKey()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | HbpcdUtils.java | 42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { in getMcc() method in HbpcdUtils
|
/frameworks/base/telephony/java/android/service/carrier/ |
D | CarrierIdentifier.java | 124 public String getMcc() { in getMcc() method in CarrierIdentifier
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/ |
D | CellularIdentifierDisclosureNotifier.java | 151 mcc = subInfo.getMcc(); in runLogDisclosure()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/ |
D | CarrierRoamingSatelliteSessionStats.java | 327 String simCountry = MccTable.countryCodeForMcc(subscriptionInfoInternal.getMcc()); in updateNtnRoamingInHomeCountry()
|
/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
D | EuiccProfileInfoTest.java | 116 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/security/ |
D | CellularIdentifierDisclosureNotifierTest.java | 258 when(subInfoMock.getMcc()).thenReturn(mcc); in testLogDisclsoure()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerServiceTest.java | 383 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()
|
D | SubscriptionInfoInternalTest.java | 173 assertThat(mSubInfo.getMcc()).isEqualTo(SubscriptionDatabaseManagerTest.FAKE_MCC1); in testSubscriptionInfoInternalSetAndGet()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionInfoInternal.java | 662 public String getMcc() { in getMcc() method in SubscriptionInfoInternal
|