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.java98 @Nullable String alphal, @Nullable String alphas) { in CellIdentityCdma() argument
99 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
DCellIdentityNr.java84 @Nullable String alphal, @Nullable String alphas, in CellIdentityNr() argument
86 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
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()
DCellIdentity.java80 @Nullable String mnc, @Nullable String alphal, @Nullable String alphas) { in CellIdentity() argument
115 mAlphaLong = alphal; in CellIdentity()
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()