Searched refs:cellIdentityCdma (Results 1 – 4 of 4) sorted by relevance
58 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()67 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()76 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()85 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
394 if (cellIdentity.cellIdentityCdma.size() == 1) { in create()395 return new CellIdentityCdma(cellIdentity.cellIdentityCdma.get(0)); in create()434 if (cellIdentity.cellIdentityCdma.size() == 1) { in create()435 return new CellIdentityCdma(cellIdentity.cellIdentityCdma.get(0)); in create()
1506 cellinfo.cellIdentityCdma.networkId = NETWORK_ID; in testConvertHalCellInfoListForCdma()1507 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID; in testConvertHalCellInfoListForCdma()1508 cellinfo.cellIdentityCdma.baseStationId = BASESTATION_ID; in testConvertHalCellInfoListForCdma()1509 cellinfo.cellIdentityCdma.longitude = LONGITUDE; in testConvertHalCellInfoListForCdma()1510 cellinfo.cellIdentityCdma.latitude = LATITUDE; in testConvertHalCellInfoListForCdma()2297 cellinfo.cellIdentityCdma.base.networkId = NETWORK_ID; in getCellInfoListForCdma()2298 cellinfo.cellIdentityCdma.base.systemId = SYSTEM_ID; in getCellInfoListForCdma()2299 cellinfo.cellIdentityCdma.base.baseStationId = BASESTATION_ID; in getCellInfoListForCdma()2300 cellinfo.cellIdentityCdma.base.longitude = LONGITUDE; in getCellInfoListForCdma()2301 cellinfo.cellIdentityCdma.base.latitude = LATITUDE; in getCellInfoListForCdma()[all …]
915 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testCdmaCellLocation() local921 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation()