Home
last modified time | relevance | path

Searched refs:getMccString (Results 1 – 24 of 24) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java58 assertNull(ci.getMccString()); in testDefaultConstructor()
77 assertEquals(MCC_STR, ci.getMccString()); in testConstructor()
96 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
102 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
109 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
114 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java59 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
75 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
93 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
107 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
116 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
126 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
134 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java59 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
79 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
97 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
114 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
124 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
135 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
144 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java66 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
85 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
99 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
112 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
122 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
133 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
142 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
159 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
DCellIdentityNrTest.java63 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testGetMethod()
121 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testParcel()
DCellIdentityTest.java224 final String mccStr = identity.getMccString(); in testGetMccMncString()
DServiceStateTrackerTest.java356 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkValidator.java175 || cellIdentity.getMccString() == null || cellIdentity.getMncString() == null
180 return cellIdentity.getMccString() + cellIdentity.getMncString() + "_"
DNetworkScanRequestTracker.java186 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
210 if (info.getMccString() != null && info.getMncString() != null) { in getAllowableMccMncsFromSubscriptionInfo()
211 plmns = Stream.concat(plmns, Stream.of(info.getMccString() + info.getMncString())); in getAllowableMccMncsFromSubscriptionInfo()
DLocaleTracker.java285 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
320 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
DCellularNetworkService.java211 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
DSubscriptionController.java2351 || !mccString.equals(subInfo.getMccString()) in setMccMnc()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java231 public String getMccString() { in getMccString() method in CellIdentityNr
DCellIdentityTdscdma.java169 public String getMccString() { in getMccString() method in CellIdentityTdscdma
DCellIdentityGsm.java220 public String getMccString() { in getMccString() method in CellIdentityGsm
DCellIdentity.java137 public String getMccString() { in getMccString() method in CellIdentity
DCellIdentityWcdma.java212 public String getMccString() { in getMccString() method in CellIdentityWcdma
DCellIdentityLte.java269 public String getMccString() { in getMccString() method in CellIdentityLte
DSubscriptionInfo.java526 public @Nullable String getMccString() { in getMccString() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java850 if (info.getMccString() != null && info.getMncString() != null) { in updateActiveSubscriptionInfoList()
851 activeSubscriptionInfo.simMccmnc = info.getMccString() + info.getMncString(); in updateActiveSubscriptionInfoList()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4390 final String mcc = sub.getMccString();
/frameworks/base/core/api/
Dcurrent.txt41080 method @Nullable public String getMccString();
41097 method @Nullable public String getMccString();
41110 method @Nullable public String getMccString();
41126 method @Nullable public String getMccString();
41140 method @Nullable public String getMccString();
42387 method @Nullable public String getMccString();
/frameworks/base/boot/
Dboot-image-profile.txt14796 HSPLandroid/telephony/SubscriptionInfo;->getMccString()Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt14845 HSPLandroid/telephony/SubscriptionInfo;->getMccString()Ljava/lang/String;