Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java55 assertNull(ci.getMccString()); in testDefaultConstructor()
72 assertEquals(MCC_STR, ci.getMccString()); in testConstructor()
88 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
93 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
99 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
103 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java56 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
72 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
86 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
99 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
107 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
116 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
123 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java57 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
73 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
87 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
99 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
107 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
116 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
123 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java59 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
75 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
89 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
101 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
110 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
120 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
128 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
145 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
DCellIdentityNrTest.java53 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC); in testGetMethod()
103 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC); in testParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java219 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
221 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
223 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
DNetworkScanRequestTracker.java171 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
189 if (info.getMccString() != null && info.getMncString() != null) { in getAllowableMccMncsFromSubscriptionInfo()
190 plmns = Stream.concat(plmns, Stream.of(info.getMccString() + info.getMncString())); in getAllowableMccMncsFromSubscriptionInfo()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java140 public String getMccString() { in getMccString() method in CellIdentityNr
DCellIdentity.java116 public String getMccString() { in getMccString() method in CellIdentity
DCellIdentityTdscdma.java114 public String getMccString() { in getMccString() method in CellIdentityTdscdma
DCellIdentityWcdma.java159 public String getMccString() { in getMccString() method in CellIdentityWcdma
DCellIdentityGsm.java175 public String getMccString() { in getMccString() method in CellIdentityGsm
DCellIdentityLte.java197 public String getMccString() { in getMccString() method in CellIdentityLte
DSubscriptionInfo.java449 public @Nullable String getMccString() { in getMccString() method in SubscriptionInfo
/frameworks/base/api/
Dcurrent.txt44167 method @Nullable public String getMccString();
44181 method @Nullable public String getMccString();
44192 method @Nullable public String getMccString();
44206 method @Nullable public String getMccString();
44218 method @Nullable public String getMccString();
44800 method @Nullable public String getMccString();