Searched refs:cellInfoGsm (Results 1 – 2 of 2) sorted by relevance
4846 CellInfoGsm cellInfoGsm = record.gsm.get(0); in convertHalCellInfoList() local4847 p.writeInt(Integer.parseInt(cellInfoGsm.cellIdentityGsm.mcc)); in convertHalCellInfoList()4848 p.writeInt(Integer.parseInt(cellInfoGsm.cellIdentityGsm.mnc)); in convertHalCellInfoList()4849 p.writeInt(cellInfoGsm.cellIdentityGsm.lac); in convertHalCellInfoList()4850 p.writeInt(cellInfoGsm.cellIdentityGsm.cid); in convertHalCellInfoList()4851 p.writeInt(cellInfoGsm.cellIdentityGsm.arfcn); in convertHalCellInfoList()4852 p.writeInt(Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.bsic)); in convertHalCellInfoList()4853 p.writeInt(cellInfoGsm.signalStrengthGsm.signalStrength); in convertHalCellInfoList()4854 p.writeInt(cellInfoGsm.signalStrengthGsm.bitErrorRate); in convertHalCellInfoList()4855 p.writeInt(cellInfoGsm.signalStrengthGsm.timingAdvance); in convertHalCellInfoList()
3419 CellInfoGsm cellInfoGsm = (CellInfoGsm)ci; in getCellLocation() local3420 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()