Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1601 android.hardware.radio.V1_4.CellInfoLte cellInfoLte = in getCellInfo_1_4ForLte() local
1603 cellInfoLte.base = cellInfo2; in getCellInfo_1_4ForLte()
1604 cellInfoLte.cellConfig = cellConfig; in getCellInfo_1_4ForLte()
1609 cellInfo.info.lte(cellInfoLte); in getCellInfo_1_4ForLte()
1622 CellInfoLte cellInfoLte = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_4ForLte() local
1623 cellInfoLte.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_4ForLte()
1633 assertEquals(expected, cellInfoLte); in testConvertHalCellInfoList_1_4ForLte()
1663 android.hardware.radio.V1_5.CellInfoLte cellInfoLte = in testConvertHalCellInfoList_1_5ForLte() local
1665 cellInfoLte.cellIdentityLte = getCellIdentityLte_1_5(); in testConvertHalCellInfoList_1_5ForLte()
1666 cellInfoLte.signalStrengthLte = getLteSignalStrength_1_0(); in testConvertHalCellInfoList_1_5ForLte()
[all …]