Home
last modified time | relevance | path

Searched defs:cil (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoLte.java59 final android.hardware.radio.V1_0.CellInfoLte cil = ci.lte.get(0); in CellInfoLte() local
68 final android.hardware.radio.V1_2.CellInfoLte cil = ci.lte.get(0); in CellInfoLte() local
77 final android.hardware.radio.V1_4.CellInfoLte cil = ci.info.lte(); in CellInfoLte() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNetworkScanResultTest.java53 CellIdentityLte cil = new CellIdentityLte( in testParcel() local
DRILTest.java1180 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, Integer.MAX_VALUE, MCC_STR, in testConvertHalCellInfoListForLTE() local
1365 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTE() local
1386 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() local
1409 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() local
1681 List<CellInfo> cil = RIL.convertHalCellInfoList_1_4(records); in testCellInfoTimestamp_1_4() local
1709 List<CellInfo> cil = RIL.convertHalCellInfoList_1_2(records); in testCellInfoTimestamp_1_2() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCellularLinkLayerStatsCollectorTest.java105 List<CellInfo> cil = new ArrayList<>(); in generateCellInfoList() local