Searched refs:cellIdentityCdma (Results 1 – 4 of 4) sorted by relevance
57 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()66 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()75 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
406 if (cellIdentity.cellIdentityCdma.size() == 1) { in convertHalCellIdentityToCellIdentity()407 android.hardware.radio.V1_0.CellIdentityCdma cellIdentityCdma = in convertHalCellIdentityToCellIdentity() local408 cellIdentity.cellIdentityCdma.get(0); in convertHalCellIdentityToCellIdentity()409 result = new CellIdentityCdma(cellIdentityCdma); in convertHalCellIdentityToCellIdentity()462 if (cellIdentity.cellIdentityCdma.size() == 1) { in convertHalCellIdentityToCellIdentity()463 android.hardware.radio.V1_2.CellIdentityCdma cellIdentityCdma = in convertHalCellIdentityToCellIdentity() local464 cellIdentity.cellIdentityCdma.get(0); in convertHalCellIdentityToCellIdentity()465 result = new CellIdentityCdma(cellIdentityCdma); in convertHalCellIdentityToCellIdentity()
1317 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma()1318 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID; in testConvertHalCellInfoListForCdma()1319 cellinfo.cellIdentityCdma.baseStationId = BASESTATION_ID; in testConvertHalCellInfoListForCdma()1320 cellinfo.cellIdentityCdma.longitude = LONGITUDE; in testConvertHalCellInfoListForCdma()1321 cellinfo.cellIdentityCdma.latitude = LATITUDE; in testConvertHalCellInfoListForCdma()1824 cellinfo.cellIdentityCdma.base.networkId = NETWORK_ID; in getCellInfoListForCdma()1825 cellinfo.cellIdentityCdma.base.systemId = SYSTEM_ID; in getCellInfoListForCdma()1826 cellinfo.cellIdentityCdma.base.baseStationId = BASESTATION_ID; in getCellInfoListForCdma()1827 cellinfo.cellIdentityCdma.base.longitude = LONGITUDE; in getCellInfoListForCdma()1828 cellinfo.cellIdentityCdma.base.latitude = LATITUDE; in getCellInfoListForCdma()[all …]
747 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testCdmaCellLocation() local753 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation()