Home
last modified time | relevance | path

Searched refs:cig (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java45 CellIdentityGsm cig = new CellIdentityGsm(1, 2, 40, 5, "001", "01", "test", "tst", in testParcel() local
51 gsm.setCellIdentity(cig); in testParcel()
DRILTest.java1782 CellInfoGsm cig = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_4ForGsm() local
1783 cig.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForGsm()
1791 assertEquals(expected, cig); in testConvertHalCellInfoList_1_4ForGsm()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1543 CellIdentityGsm cig = (CellIdentityGsm) ci; in setRefLocation() local
1544 cid = cig.getCid(); in setRefLocation()
1545 lac = cig.getLac(); in setRefLocation()