Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfoLte.java61 final android.hardware.radio.V1_0.CellInfoLte cil = ci.lte.get(0); in CellInfoLte() local
70 final android.hardware.radio.V1_2.CellInfoLte cil = ci.lte.get(0); in CellInfoLte() local
79 final android.hardware.radio.V1_4.CellInfoLte cil = ci.info.lte(); in CellInfoLte() local
88 final android.hardware.radio.V1_5.CellInfoLte cil = ci.ratSpecificInfo.lte(); in CellInfoLte() local
97 final android.hardware.radio.V1_6.CellInfoLte cil = ci.ratSpecificInfo.lte(); in CellInfoLte() local
H A DCellInfoNr.java58 final android.hardware.radio.V1_4.CellInfoNr cil = ci.info.nr(); in CellInfoNr() local
66 final android.hardware.radio.V1_5.CellInfoNr cil = ci.ratSpecificInfo.nr(); in CellInfoNr() local
74 final android.hardware.radio.V1_6.CellInfoNr cil = ci.ratSpecificInfo.nr(); in CellInfoNr() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNetworkScanResultTest.java55 CellIdentityLte cil = new CellIdentityLte( in testParcel() local
H A DRILTest.java1506 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoListForLTE() local
1703 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTE() local
1725 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() local
1749 CellIdentityLte cil = new CellIdentityLte( in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() local
2413 List<CellInfo> cil = RIL.convertHalCellInfoList_1_4(records); in testCellInfoTimestamp_1_4() local
2441 List<CellInfo> cil = RIL.convertHalCellInfoList_1_2(records); in testCellInfoTimestamp_1_2() local
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_data.cpp62 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P() local
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A DNetworkSelectSettingsTest.java184 CellIdentityLte cil = new CellIdentityLte( in createLteCellInfo() local