Home
last modified time | relevance | path

Searched defs:alphal (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
H A DCarrierConfigEfData.java81 String alphal = names[0]; in getPlmnNetworkNameList() local
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityNr.java84 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
H A DCellIdentityCdma.java98 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
H A DCellIdentityGsm.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
H A DCellIdentityTdscdma.java91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
H A DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
H A DCellIdentity.java80 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
H A DCellIdentityLte.java119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()
/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()