Searched refs:getMcc (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/emergency/
H A DEmergencyAffordanceService.java226 int mcc = info.getMcc();
279 mcc = ((CellInfoGsm) cellInfo).getCellIdentity().getMcc();
281 mcc = ((CellInfoLte) cellInfo).getCellIdentity().getMcc();
283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoTest.java45 assertEquals(310, mSubscriptionInfoUT.getMcc());
H A DSubscriptionControllerTest.java281 assertEquals(Integer.parseInt(mCcMncVERIZON.substring(0, 3)), subInfo.getMcc());
/frameworks/base/core/java/android/service/carrier/
H A DCarrierIdentifier.java64 public String getMcc() { method in class:CarrierIdentifier
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java106 public int getMcc() { method in class:CellIdentityGsm
H A DCellIdentityLte.java108 public int getMcc() { method in class:CellIdentityLte
H A DCellIdentityWcdma.java107 public int getMcc() { method in class:CellIdentityWcdma
H A DSubscriptionInfo.java269 public int getMcc() { method in class:SubscriptionInfo
H A DSubscriptionManager.java1384 newConfig.mcc = subInfo.getMcc();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java42 public int getMcc(int sid, int tz, int DSTflag, boolean isNitzTimeZone) { method in class:HbpcdUtils
H A DServiceStateTracker.java3066 int mcc = mHbpcdUtils.getMcc(sid,
H A DRIL.java3548 c.mcc = convertNullToEmptyString(ci.getMcc());

Completed in 518 milliseconds