Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTdscdmaTest.java59 assertNull(ci.getMccString()); in testDefaultConstructor()
78 assertEquals(MCC_STR, ci.getMccString()); in testConstructor()
97 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
103 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
110 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
115 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityWcdmaTest.java60 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
76 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
94 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
108 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
117 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
127 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
135 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityGsmTest.java60 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
80 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
98 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
115 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
125 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
136 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
145 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
DCellIdentityLteTest.java67 assertEquals(MCC_STR, ci.getMccString()); in testDefaultConstructor()
86 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithThreeDigitMnc()
100 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithTwoDigitMnc()
113 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
123 assertEquals(MCC_STR, ci.getMccString()); in testConstructorWithEmptyMccMnc()
134 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
143 assertNull(ci.getMccString()); in testConstructorWithEmptyMccMnc()
160 assertEquals(MCC_STR, ci.getMccString()); in testFormerConstructor()
DCellIdentityNrTest.java63 assertThat(cellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testGetMethod()
121 assertThat(anotherCellIdentityNr.getMccString()).isEqualTo(MCC_STR); in testParcel()
DSubscriptionInfoTest.java78 assertThat(mSubscriptionInfoUT.getMccString()).isEqualTo("310"); in testSubProperties()
DCellIdentityTest.java225 final String mccStr = identity.getMccString(); in testGetMccMncString()
DDisplayInfoControllerTest.java139 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
DServiceStateTrackerTest.java421 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularNetworkValidator.java168 || cellIdentity.getMccString() == null || cellIdentity.getMncString() == null
173 return cellIdentity.getMccString() + cellIdentity.getMncString() + "_"
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkScanRequestTracker.java190 String mccMnc = ci.getCellIdentity().getMccString() in doesCellInfoCorrespondToKnownMccMnc()
214 if (info.getMccString() != null && info.getMncString() != null) { in getAllowableMccMncsFromSubscriptionInfo()
215 plmns = Stream.concat(plmns, Stream.of(info.getMccString() + info.getMncString())); in getAllowableMccMncsFromSubscriptionInfo()
DLocaleTracker.java292 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccFromCellInfo()
327 String mcc = cellInfo.getCellIdentity().getMccString(); in getMccMncFromCellInfo()
DCellularNetworkService.java268 final String mcc = ci.getMccString(); in getPlmnFromCellIdentity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionInfoInternalTest.java282 assertThat(subInfo.getMccString()).isEqualTo(SubscriptionDatabaseManagerTest.FAKE_MCC1); in testConvertToSubscriptionInfo()
333 assertThat(subInfoNull.getMccString()).isEqualTo(""); in testNullability()
/frameworks/base/telephony/java/android/telephony/
DCellIdentity.java136 public String getMccString() { in getMccString() method in CellIdentity
DCellIdentityNr.java215 public String getMccString() { in getMccString() method in CellIdentityNr
DCellIdentityTdscdma.java144 public String getMccString() { in getMccString() method in CellIdentityTdscdma
DCellIdentityGsm.java196 public String getMccString() { in getMccString() method in CellIdentityGsm
DCellIdentityWcdma.java188 public String getMccString() { in getMccString() method in CellIdentityWcdma
DCellIdentityLte.java244 public String getMccString() { in getMccString() method in CellIdentityLte
DSubscriptionInfo.java640 public String getMccString() { in getMccString() method in SubscriptionInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java482 String mccmnc = nri.getCellIdentity().getMccString() in isSatellitePlmn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java852 if (info.getMccString() != null && info.getMncString() != null) { in updateActiveSubscriptionInfoList()
853 activeSubscriptionInfo.simMccmnc = info.getMccString() + info.getMncString(); in updateActiveSubscriptionInfoList()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1531 String mcc_str = ci.getMccString(); in setRefLocation()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java5233 final String mcc = sub.getMccString();

12