Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5070 CellInfoWcdma cellInfoWcdma = record.wcdma.get(0); in convertHalCellInfoList() local
5071 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()
DServiceStateTracker.java3521 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma)ci; in getCellLocation() local
3522 CellIdentityWcdma cellIdentityWcdma = cellInfoWcdma.getCellIdentity(); in getCellLocation()