Searched refs:getMnc (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoTest.java44 assertEquals(260, mSubscriptionInfoUT.getMnc());
H A DSubscriptionControllerTest.java282 assertEquals(Integer.parseInt(mCcMncVERIZON.substring(3)), subInfo.getMnc());
/frameworks/base/core/java/android/service/carrier/
H A DCarrierIdentifier.java69 public String getMnc() { method in class:CarrierIdentifier
/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityGsm.java113 public int getMnc() { method in class:CellIdentityGsm
H A DCellIdentityLte.java115 public int getMnc() { method in class:CellIdentityLte
H A DCellIdentityWcdma.java114 public int getMnc() { method in class:CellIdentityWcdma
H A DSubscriptionInfo.java276 public int getMnc() { method in class:SubscriptionInfo
H A DSubscriptionManager.java1385 newConfig.mnc = subInfo.getMnc();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3549 c.mnc = convertNullToEmptyString(ci.getMnc());

Completed in 152 milliseconds