Home
last modified time | relevance | path

Searched defs:mccStr (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/ril/include/telephony/
H A Dril_mcc.h37 char mccStr[4] = {0}; in decode() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java83 @Nullable String mccStr, @Nullable String mncStr, long nci, in CellIdentityNr()
H A DCellIdentityGsm.java87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm()
H A DCellIdentityWcdma.java91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma()
H A DCellIdentityLte.java118 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityTest.java224 final String mccStr = identity.getMccString(); in testGetMccMncString() local
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java1011 String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityGsm()
1026 int bandwidth, String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityLte()