Home
last modified time | relevance | path

Searched refs:alphal (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierConfigEfData.java81 String alphal = names[0]; in getPlmnNetworkNameList() local
83 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java96 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument
97 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
DCellIdentityNr.java70 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument
72 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
DCellIdentityGsm.java85 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument
87 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityTdscdma.java89 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument
92 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
DCellIdentityWcdma.java90 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument
93 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
DCellIdentity.java81 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument
116 mAlphaLong = alphal; in CellIdentity()
DCellIdentityLte.java117 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument
120 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()