Home
last modified time | relevance | path

Searched refs:cellInfoGsm (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java4846 CellInfoGsm cellInfoGsm = record.gsm.get(0); in convertHalCellInfoList() local
4847 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()
DServiceStateTracker.java3419 CellInfoGsm cellInfoGsm = (CellInfoGsm)ci; in getCellLocation() local
3420 CellIdentityGsm cellIdentityGsm = cellInfoGsm.getCellIdentity(); in getCellLocation()