Searched refs:cellIdentityTdscdma (Results 1 – 3 of 3) sorted by relevance
58 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()66 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()74 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()
390 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in convertHalCellIdentityToCellIdentity()391 android.hardware.radio.V1_0.CellIdentityTdscdma cellIdentityTdscdma = in convertHalCellIdentityToCellIdentity() local392 cellIdentity.cellIdentityTdscdma.get(0); in convertHalCellIdentityToCellIdentity()393 result = new CellIdentityTdscdma(cellIdentityTdscdma); in convertHalCellIdentityToCellIdentity()446 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in convertHalCellIdentityToCellIdentity()447 android.hardware.radio.V1_2.CellIdentityTdscdma cellIdentityTdscdma = in convertHalCellIdentityToCellIdentity() local448 cellIdentity.cellIdentityTdscdma.get(0); in convertHalCellIdentityToCellIdentity()449 result = new CellIdentityTdscdma(cellIdentityTdscdma); in convertHalCellIdentityToCellIdentity()
1276 cellinfo.cellIdentityTdscdma.base.lac = LAC; in testConvertHalCellInfoListForTdscdma()1277 cellinfo.cellIdentityTdscdma.base.cid = CID; in testConvertHalCellInfoListForTdscdma()1278 cellinfo.cellIdentityTdscdma.base.cpid = PSC; in testConvertHalCellInfoListForTdscdma()1279 cellinfo.cellIdentityTdscdma.uarfcn = UARFCN; in testConvertHalCellInfoListForTdscdma()1280 cellinfo.cellIdentityTdscdma.base.mcc = MCC_STR; in testConvertHalCellInfoListForTdscdma()1281 cellinfo.cellIdentityTdscdma.base.mnc = MNC_STR; in testConvertHalCellInfoListForTdscdma()