Home
last modified time | relevance | path

Searched refs:getMcc (Results 1 – 4 of 4) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DPLMN_Identity.java101 public MCC getMcc() { in getMcc() method in PLMN_Identity
142 return getMcc() != null; in getComponents()
154 return getMcc(); in getComponents()
177 + getMcc().toIndentedString(indent); in getComponents()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java670 verifyPlmnInfo(lte.getMccString(), lte.getMncString(), lte.getMcc(), lte.getMnc()); in verifyCellIdentityLte()
741 lte.getMccString() != null || lte.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityLte()
857 verifyPlmnInfo(wcdma.getMccString(), wcdma.getMncString(), wcdma.getMcc(), wcdma.getMnc()); in verifyCellIdentityWcdma()
892 wcdma.getMccString() != null || wcdma.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityWcdma()
980 verifyPlmnInfo(gsm.getMccString(), gsm.getMncString(), gsm.getMcc(), gsm.getMnc()); in verifyCellIdentityGsm()
1008 gsm.getMccString() != null || gsm.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityGsm()
DSubscriptionManagerTest.java219 assertEquals(mSm.getActiveSubscriptionInfo(mSubId).getMcc(), r.getConfiguration().mcc); in testGetResourcesForSubId()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccProfileInfoTest.java119 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()