Home
last modified time | relevance | path

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

/aosp12/hardware/ril/include/telephony/
H A Dril_mnc.h45 char mncStr[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.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
H A DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, 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.java225 final String mncStr = identity.getMncString(); 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()