Searched defs:alphal (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
H A D | CarrierConfigEfData.java | 81 String alphal = names[0]; in getPlmnNetworkNameList() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityNr.java | 84 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr()
|
H A D | CellIdentityCdma.java | 98 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma()
|
H A D | CellIdentityGsm.java | 88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm()
|
H A D | CellIdentityTdscdma.java | 91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma()
|
H A D | CellIdentityWcdma.java | 92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma()
|
H A D | CellIdentity.java | 80 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity()
|
H A D | CellIdentityLte.java | 119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte()
|
/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()
|