Searched defs:mncStr (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/ril/include/telephony/ |
H A D | ril_mnc.h | 45 char mncStr[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 | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
|
H A D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, 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 | 225 final String mncStr = identity.getMncString(); 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()
|