Searched refs:cellInfoWcdma (Results 1 – 2 of 2) sorted by relevance
5070 CellInfoWcdma cellInfoWcdma = record.wcdma.get(0); in convertHalCellInfoList() local5071 p.writeInt(Integer.parseInt(cellInfoWcdma.cellIdentityWcdma.mcc)); in convertHalCellInfoList()5072 p.writeInt(Integer.parseInt(cellInfoWcdma.cellIdentityWcdma.mnc)); in convertHalCellInfoList()5073 p.writeInt(cellInfoWcdma.cellIdentityWcdma.lac); in convertHalCellInfoList()5074 p.writeInt(cellInfoWcdma.cellIdentityWcdma.cid); in convertHalCellInfoList()5075 p.writeInt(cellInfoWcdma.cellIdentityWcdma.psc); in convertHalCellInfoList()5076 p.writeInt(cellInfoWcdma.cellIdentityWcdma.uarfcn); in convertHalCellInfoList()5077 p.writeInt(cellInfoWcdma.signalStrengthWcdma.signalStrength); in convertHalCellInfoList()5078 p.writeInt(cellInfoWcdma.signalStrengthWcdma.bitErrorRate); in convertHalCellInfoList()
3521 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma)ci; in getCellLocation() local3522 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()