Searched refs:mccStr (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 224 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/ |
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 | 84 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()
|
D | CellIdentityWcdma.java | 89 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()
|
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()
|