Home
last modified time | relevance | path

Searched refs:getMncString (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java56 assertNull(ci.getMncString()); in testDefaultConstructor()
73 assertEquals(MNC_STR, ci.getMncString()); in testConstructor()
89 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
94 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
98 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
104 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java57 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
73 assertEquals(mncWithThreeDigit, ci.getMncString()); in testConstructorWithThreeDigitMnc()
87 assertEquals(mncWithTwoDigit, ci.getMncString()); in testConstructorWithTwoDigitMnc()
100 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
108 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
115 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
124 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java58 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
74 assertEquals(mncWithThreeDigit, ci.getMncString()); in testConstructorWithThreeDigitMnc()
88 assertEquals(mncWithTwoDigit, ci.getMncString()); in testConstructorWithTwoDigitMnc()
100 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
108 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
115 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
124 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java60 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
76 assertEquals(mncWithThreeDigit, ci.getMncString()); in testConstructorWithThreeDigitMnc()
90 assertEquals(mncWithTwoDigit, ci.getMncString()); in testConstructorWithTwoDigitMnc()
102 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
111 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
119 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
129 assertNull(ci.getMncString()); in testConstructorWithEmptyMccMnc()
146 assertEquals(MNC_STR, ci.getMncString()); in testFormerConstructor()
DCellIdentityNrTest.java54 assertThat(cellIdentityNr.getMncString()).isEqualTo(MNC); in testGetMethod()
55 assertThat(cellIdentityNr.getMncString()).isEqualTo(MNC); in testGetMethod()
104 assertThat(anotherCellIdentityNr.getMncString()).isEqualTo(MNC); in testParcel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkScanRequestTracker.java172 + ci.getCellIdentity().getMncString(); 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.java148 public String getMncString() { in getMncString() method in CellIdentityNr
DCellIdentity.java124 public String getMncString() { in getMncString() method in CellIdentity
DCellIdentityTdscdma.java123 public String getMncString() { in getMncString() method in CellIdentityTdscdma
DCellIdentityWcdma.java167 public String getMncString() { in getMncString() method in CellIdentityWcdma
DCellIdentityGsm.java183 public String getMncString() { in getMncString() method in CellIdentityGsm
DCellIdentityLte.java205 public String getMncString() { in getMncString() method in CellIdentityLte
DSubscriptionInfo.java456 public @Nullable String getMncString() { in getMncString() method in SubscriptionInfo
/frameworks/base/api/
Dcurrent.txt44169 method @Nullable public String getMncString();
44183 method @Nullable public String getMncString();
44193 method @Nullable public String getMncString();
44207 method @Nullable public String getMncString();
44220 method @Nullable public String getMncString();
44802 method @Nullable public String getMncString();