Searched refs:mncStr (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 225 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/ |
D | CellIdentityNr.java | 69 @Nullable String mccStr, @Nullable String mncStr, long nci, in CellIdentityNr() argument 72 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentityGsm.java | 85 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument 87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityWcdma.java | 90 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument 93 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentityLte.java | 116 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte() argument 120 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|