Searched defs:cil (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoLte.java | 61 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 D | CellInfoNr.java | 58 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 D | NetworkScanResultTest.java | 55 CellIdentityLte cil = new CellIdentityLte( in testParcel() local
|
H A D | RILTest.java | 1506 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 D | radio_hidl_hal_data.cpp | 62 CellIdentityLte cil = cellIdentities.cellIdentityLte[0]; in TEST_P() local
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
H A D | NetworkSelectSettingsTest.java | 184 CellIdentityLte cil = new CellIdentityLte( in createLteCellInfo() local
|