Searched defs:mccStr (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/ril/include/telephony/ |
H A D | ril_mcc.h | 37 char mccStr[4] = {0}; in decode() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityNr.java | 83 @Nullable String mccStr, @Nullable String mncStr, long nci, in CellIdentityNr()
|
H A D | CellIdentityGsm.java | 87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm()
|
H A D | CellIdentityWcdma.java | 91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma()
|
H A D | CellIdentityLte.java | 118 int bandwidth, @Nullable String mccStr, @Nullable String mncStr, in CellIdentityLte()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityTest.java | 224 final String mccStr = identity.getMccString(); in testGetMccMncString() local
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
H A D | NetworkMonitorTest.java | 1011 String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityGsm() 1026 int bandwidth, String mccStr, String mncStr, String alphal, String alphas) in makeCellIdentityLte()
|