Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5327 CellInfoCdma cellInfoCdma = record.cdma.get(0); in convertHalCellInfoList() local
5330 cellInfoCdma.cellIdentityCdma.networkId, in convertHalCellInfoList()
5331 cellInfoCdma.cellIdentityCdma.systemId, in convertHalCellInfoList()
5332 cellInfoCdma.cellIdentityCdma.baseStationId, in convertHalCellInfoList()
5333 cellInfoCdma.cellIdentityCdma.longitude, in convertHalCellInfoList()
5334 cellInfoCdma.cellIdentityCdma.latitude, in convertHalCellInfoList()
5337 cellInfoCdma.signalStrengthCdma.dbm, in convertHalCellInfoList()
5338 cellInfoCdma.signalStrengthCdma.ecio, in convertHalCellInfoList()
5339 cellInfoCdma.signalStrengthEvdo.dbm, in convertHalCellInfoList()
5340 cellInfoCdma.signalStrengthEvdo.ecio, in convertHalCellInfoList()
[all …]
DPhone.java1718 CellInfoCdma cellInfoCdma = (CellInfoCdma) c; in privatizeCellInfoList() local
1719 CellIdentityCdma cellIdentity = cellInfoCdma.getCellIdentity(); in privatizeCellInfoList()
1725 CellInfoCdma privateCellInfoCdma = new CellInfoCdma(cellInfoCdma); in privatizeCellInfoList()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1221 CellInfoCdma cellInfoCdma = (CellInfoCdma) ret.get(0); in testConvertHalCellInfoListForCdma() local
1234 assertEquals(expected, cellInfoCdma); in testConvertHalCellInfoListForCdma()
1432 CellInfoCdma cellInfoCdma = (CellInfoCdma) ret.get(0); in testConvertHalCellInfoList_1_2ForCdma() local
1445 assertEquals(expected, cellInfoCdma); in testConvertHalCellInfoList_1_2ForCdma()
1453 CellInfoCdma cellInfoCdma = (CellInfoCdma) ret.get(0); in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo() local
1466 assertEquals(expected, cellInfoCdma); in testConvertHalCellInfoList_1_2ForCdmaWithEmptyOperatorInfo()