Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java55 CellIdentityLte cil = new CellIdentityLte( in testParcel() local
62 lte.setCellIdentity(cil); in testParcel()
DRILTest.java1679 CellInfoLte cil = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_5ForLte() local
1680 cil.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForLte()
1693 assertEquals(expected, cil); in testConvertHalCellInfoList_1_5ForLte()
1719 CellInfoLte cil = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_6ForLte() local
1720 cil.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForLte()
1733 assertEquals(expected, cil); in testConvertHalCellInfoList_1_6ForLte()
2551 List<CellInfo> cil = RILUtils.convertHalCellInfoList(records); in testCellInfoTimestamp_1_4() local
2554 final long ts = cil.get(0).getTimeStamp(); in testCellInfoTimestamp_1_4()
2555 for (CellInfo ci : cil) { in testCellInfoTimestamp_1_4()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1553 CellIdentityLte cil = (CellIdentityLte) ci; in setRefLocation() local
1554 cid = cil.getCi(); in setRefLocation()
1555 tac = cil.getTac(); in setRefLocation()
1556 pcid = cil.getPci(); in setRefLocation()
1579 List<CellInfo> cil = phone.getAllCellInfo(); in requestRefLocation() local
1580 if (cil != null) { in requestRefLocation()
1582 cil.sort(Comparator.comparingInt( in requestRefLocation()
1585 for (CellInfo ci : cil) { in requestRefLocation()