Home
last modified time | relevance | path

Searched refs:mccStr (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java224 final String mccStr = identity.getMccString(); in testGetMccMncString() local
227 assertNull(mccStr); in testGetMccMncString()
230 assertEquals(MCC_STR, mccStr); in testGetMccMncString()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java69 @Nullable String mccStr, @Nullable String mncStr, long nci, in CellIdentityNr() argument
72 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
DCellIdentityGsm.java84 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument
87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityWcdma.java89 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() argument
93 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
DCellIdentityLte.java116 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte() argument
120 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()