Searched refs:cellInfoLte (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 5346 CellInfoLte cellInfoLte = record.lte.get(0); in convertHalCellInfoList() local 5349 cellInfoLte.cellIdentityLte.ci, in convertHalCellInfoList() 5350 cellInfoLte.cellIdentityLte.pci, in convertHalCellInfoList() 5351 cellInfoLte.cellIdentityLte.tac, in convertHalCellInfoList() 5352 cellInfoLte.cellIdentityLte.earfcn, in convertHalCellInfoList() 5354 cellInfoLte.cellIdentityLte.mcc, in convertHalCellInfoList() 5355 cellInfoLte.cellIdentityLte.mnc, in convertHalCellInfoList() 5358 cellInfoLte.signalStrengthLte.signalStrength, in convertHalCellInfoList() 5359 cellInfoLte.signalStrengthLte.rsrp, in convertHalCellInfoList() 5360 cellInfoLte.signalStrengthLte.rsrq, in convertHalCellInfoList() [all …]
|
D | ServiceStateTracker.java | 3508 CellInfoLte cellInfoLte = (CellInfoLte)ci; in getCellLocation() local 3509 CellIdentityLte cellIdentityLte = cellInfoLte.getCellIdentity(); in getCellLocation()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1099 CellInfoLte cellInfoLte = (CellInfoLte) ret.get(0); in testConvertHalCellInfoListForLTE() local 1111 assertEquals(expected, cellInfoLte); in testConvertHalCellInfoListForLTE() 1242 CellInfoLte cellInfoLte = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_2ForLTE() local 1254 assertEquals(expected, cellInfoLte); in testConvertHalCellInfoList_1_2ForLTE() 1263 CellInfoLte cellInfoLte = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() local 1275 assertEquals(expected, cellInfoLte); in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo() 1286 CellInfoLte cellInfoLte = (CellInfoLte) ret.get(0); in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() local 1298 assertEquals(expected, cellInfoLte); in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc()
|