Home
last modified time | relevance | path

Searched refs:getMccString (Results 1 – 21 of 21) 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()
DCellIdentityLteTest.java63 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
82 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
96 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
109 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
119 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
130 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
139 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
156 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
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()
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.java346 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()
204 if (info.getMccString() != null && info.getMncString() != null) { in getAllowableMccMncsFromSubscriptionInfo()
205 plmns = Stream.concat(plmns, Stream.of(info.getMccString() + info.getMncString())); in getAllowableMccMncsFromSubscriptionInfo()
DLocaleTracker.java295 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
330 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
DCellularNetworkService.java208 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java213 public String getMccString() { in getMccString() method in CellIdentityNr
DCellIdentityGsm.java217 public String getMccString() { in getMccString() method in CellIdentityGsm
DCellIdentityTdscdma.java167 public String getMccString() { in getMccString() method in CellIdentityTdscdma
DCellIdentityWcdma.java210 public String getMccString() { in getMccString() method in CellIdentityWcdma
DCellIdentity.java138 public String getMccString() { in getMccString() method in CellIdentity
DCellIdentityLte.java267 public String getMccString() { in getMccString() method in CellIdentityLte
DSubscriptionInfo.java469 public @Nullable String getMccString() { in getMccString() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java789 if (info.getMccString() != null && info.getMncString() != null) { in updateActiveSubscriptionInfoList()
790 activeSubscriptionInfo.simMccmnc = info.getMccString() + info.getMncString(); in updateActiveSubscriptionInfoList()
/frameworks/base/non-updatable-api/
Dcurrent.txt44892 method @Nullable public String getMccString();
44909 method @Nullable public String getMccString();
44922 method @Nullable public String getMccString();
44938 method @Nullable public String getMccString();
44952 method @Nullable public String getMccString();
45745 method @Nullable public String getMccString();
/frameworks/base/api/
Dcurrent.txt45036 method @Nullable public String getMccString();
45053 method @Nullable public String getMccString();
45066 method @Nullable public String getMccString();
45082 method @Nullable public String getMccString();
45096 method @Nullable public String getMccString();
45889 method @Nullable public String getMccString();