Searched refs:mccStr (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityTest.java | 225 final String mccStr = identity.getMccString(); in testGetMccMncString() local 228 assertNull(mccStr); in testGetMccMncString() 231 assertEquals(MCC_STR, mccStr); in testGetMccMncString()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 82 @Nullable String mccStr, @Nullable String mncStr, long nci, in CellIdentityNr() argument 85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentityGsm.java | 87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument 90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityWcdma.java | 91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() argument 95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentityLte.java | 118 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte() argument 122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|