Searched refs:cig (Results 1 – 2 of 2) sorted by relevance
55 final android.hardware.radio.V1_0.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() local56 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()57 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()63 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.gsm.get(0); in CellInfoGsm() local64 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()65 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()71 final android.hardware.radio.V1_2.CellInfoGsm cig = ci.info.gsm(); in CellInfoGsm() local72 mCellIdentityGsm = new CellIdentityGsm(cig.cellIdentityGsm); in CellInfoGsm()73 mCellSignalStrengthGsm = new CellSignalStrengthGsm(cig.signalStrengthGsm); in CellInfoGsm()79 final android.hardware.radio.V1_5.CellInfoGsm cig = ci.ratSpecificInfo.gsm(); in CellInfoGsm() local[all …]
45 CellIdentityGsm cig = new CellIdentityGsm(1, 2, 40, 5, "001", "01", "test", "tst", in testParcel() local51 gsm.setCellIdentity(cig); in testParcel()