Searched refs:ciw (Results 1 – 1 of 1) sorted by relevance
53 final android.hardware.radio.V1_0.CellInfoWcdma ciw = ci.wcdma.get(0); in CellInfoWcdma() local54 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma()55 mCellSignalStrengthWcdma = new CellSignalStrengthWcdma(ciw.signalStrengthWcdma); in CellInfoWcdma()61 final android.hardware.radio.V1_2.CellInfoWcdma ciw = ci.wcdma.get(0); in CellInfoWcdma() local62 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma()63 mCellSignalStrengthWcdma = new CellSignalStrengthWcdma(ciw.signalStrengthWcdma); in CellInfoWcdma()69 final android.hardware.radio.V1_2.CellInfoWcdma ciw = ci.info.wcdma(); in CellInfoWcdma() local70 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma()71 mCellSignalStrengthWcdma = new CellSignalStrengthWcdma(ciw.signalStrengthWcdma); in CellInfoWcdma()