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.java84 String alphal = names[0]; in getPlmnNetworkNameList() local
86 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityCdma.java101 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument
102 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
DCellIdentityNr.java83 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument
85 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
DCellIdentity.java79 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument
114 mAlphaLong = alphal; in CellIdentity()
DCellIdentityTdscdma.java91 int cpid, int uarfcn, @Nullable String alphal, @Nullable String alphas, in CellIdentityTdscdma() argument
94 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
DCellIdentityGsm.java88 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityGsm() argument
90 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityWcdma.java92 @Nullable String mncStr, @Nullable String alphal, @Nullable String alphas, in CellIdentityWcdma() argument
95 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
DCellIdentityLte.java119 @Nullable String alphal, @Nullable String alphas, in CellIdentityLte() argument
122 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()