/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTdscdmaTest.java | 58 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()
|
D | CellIdentityWcdmaTest.java | 59 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()
|
D | CellIdentityGsmTest.java | 59 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()
|
D | CellIdentityLteTest.java | 66 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()
|
D | CellIdentityNrTest.java | 63 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testGetMethod() 121 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testParcel()
|
D | CellIdentityTest.java | 224 final String mccStr = identity.getMccString(); in testGetMccMncString()
|
D | ServiceStateTrackerTest.java | 356 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkValidator.java | 175 || cellIdentity.getMccString() == null || cellIdentity.getMncString() == null 180 return cellIdentity.getMccString() + cellIdentity.getMncString() + "_"
|
D | NetworkScanRequestTracker.java | 186 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()
|
D | LocaleTracker.java | 285 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo() 320 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
|
D | CellularNetworkService.java | 211 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
|
D | SubscriptionController.java | 2351 || !mccString.equals(subInfo.getMccString()) in setMccMnc()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 231 public String getMccString() { in getMccString() method in CellIdentityNr
|
D | CellIdentityTdscdma.java | 169 public String getMccString() { in getMccString() method in CellIdentityTdscdma
|
D | CellIdentityGsm.java | 220 public String getMccString() { in getMccString() method in CellIdentityGsm
|
D | CellIdentity.java | 137 public String getMccString() { in getMccString() method in CellIdentity
|
D | CellIdentityWcdma.java | 212 public String getMccString() { in getMccString() method in CellIdentityWcdma
|
D | CellIdentityLte.java | 269 public String getMccString() { in getMccString() method in CellIdentityLte
|
D | SubscriptionInfo.java | 526 public @Nullable String getMccString() { in getMccString() method in SubscriptionInfo
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 850 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/ |
D | StatsPullAtomService.java | 4390 final String mcc = sub.getMccString();
|
/frameworks/base/core/api/ |
D | current.txt | 41080 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/ |
D | boot-image-profile.txt | 14796 HSPLandroid/telephony/SubscriptionInfo;->getMccString()Ljava/lang/String;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14845 HSPLandroid/telephony/SubscriptionInfo;->getMccString()Ljava/lang/String;
|