Searched refs:alphas (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/ |
D | CarrierConfigEfData.java | 82 String alphas = names.length > 1 ? names[1] : ""; in getPlmnNetworkNameList() local 83 pnnList.add(new PlmnNetworkName(alphal, alphas)); in getPlmnNetworkNameList()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 56 long nci, String alphal, String alphas) { in CellIdentityNr() argument 57 super(TAG, CellInfo.TYPE_NR, mccStr, mncStr, alphal, alphas); in CellIdentityNr()
|
D | CellIdentity.java | 59 String alphas) { in CellIdentity() argument 95 mAlphaShort = alphas; in CellIdentity()
|
D | CellIdentityTdscdma.java | 75 String alphal, String alphas) { in CellIdentityTdscdma() argument 76 super(TAG, CellInfo.TYPE_TDSCDMA, mcc, mnc, alphal, alphas); in CellIdentityTdscdma()
|
D | CellIdentityCdma.java | 93 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()
|
D | CellIdentityWcdma.java | 74 String mccStr, String mncStr, String alphal, String alphas) { in CellIdentityWcdma() argument 75 super(TAG, CellInfo.TYPE_WCDMA, mccStr, mncStr, alphal, alphas); in CellIdentityWcdma()
|
D | CellIdentityGsm.java | 74 String mncStr, String alphal, String alphas) { in CellIdentityGsm() argument 75 super(TAG, CellInfo.TYPE_GSM, mccStr, mncStr, alphal, alphas); in CellIdentityGsm()
|
D | CellIdentityLte.java | 96 String mncStr, String alphal, String alphas) { in CellIdentityLte() argument 97 super(TAG, CellInfo.TYPE_LTE, mccStr, mncStr, alphal, alphas); in CellIdentityLte()
|