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/
DCellIdentityNr.java56 long nci, String alphal, String alphas) { in CellIdentityNr() argument
57 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
DCellIdentity.java58 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal, in CellIdentity() argument
94 mAlphaLong = alphal; in CellIdentity()
DCellIdentityTdscdma.java75 String alphal, String alphas) { in CellIdentityTdscdma() argument
76 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
DCellIdentityCdma.java93 int nid, int sid, int bid, int lon, int lat, String alphal, String alphas) { in CellIdentityCdma() argument
94 super(TAG, CellInfo.TYPE_CDMA, null, null, alphal, alphas); in CellIdentityCdma()
DCellIdentityWcdma.java74 String mccStr, String mncStr, String alphal, String alphas) { in CellIdentityWcdma() argument
75 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
DCellIdentityGsm.java74 String mncStr, String alphal, String alphas) { in CellIdentityGsm() argument
75 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
DCellIdentityLte.java96 String mncStr, String alphal, String alphas) { in CellIdentityLte() argument
97 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()