Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityTest.java225 final String mncStr = identity.getMncString(); in testGetMccMncString() local
228 assertNull(mncStr); in testGetMccMncString()
231 assertEquals(MNC_STR, mncStr); 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.java85 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument
87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityWcdma.java90 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, 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()