/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 55 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()
|
D | CellIdentityWcdmaTest.java | 56 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()
|
D | CellIdentityGsmTest.java | 57 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()
|
D | CellIdentityLteTest.java | 59 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()
|
D | CellIdentityNrTest.java | 53 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC); in testGetMethod() 103 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC); in testParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | LocaleTracker.java | 219 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo() 221 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo() 223 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString(); in getMccFromCellInfo()
|
D | NetworkScanRequestTracker.java | 171 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/ |
D | CellIdentityNr.java | 140 public String getMccString() { in getMccString() method in CellIdentityNr
|
D | CellIdentity.java | 116 public String getMccString() { in getMccString() method in CellIdentity
|
D | CellIdentityTdscdma.java | 114 public String getMccString() { in getMccString() method in CellIdentityTdscdma
|
D | CellIdentityWcdma.java | 159 public String getMccString() { in getMccString() method in CellIdentityWcdma
|
D | CellIdentityGsm.java | 175 public String getMccString() { in getMccString() method in CellIdentityGsm
|
D | CellIdentityLte.java | 197 public String getMccString() { in getMccString() method in CellIdentityLte
|
D | SubscriptionInfo.java | 449 public @Nullable String getMccString() { in getMccString() method in SubscriptionInfo
|
/frameworks/base/api/ |
D | current.txt | 44167 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();
|