Searched refs:cig (Results 1 – 3 of 3) sorted by relevance
45 CellIdentityGsm cig = new CellIdentityGsm(1, 2, 40, 5, "001", "01", "test", "tst", in testParcel() local51 gsm.setCellIdentity(cig); in testParcel()
1782 CellInfoGsm cig = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_4ForGsm() local1783 cig.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForGsm()1791 assertEquals(expected, cig); in testConvertHalCellInfoList_1_4ForGsm()
1543 CellIdentityGsm cig = (CellIdentityGsm) ci; in setRefLocation() local1544 cid = cig.getCid(); in setRefLocation()1545 lac = cig.getLac(); in setRefLocation()