Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfoCdma.java57 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
66 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
75 mCellIdentityCdma = new CellIdentityCdma(cic.cellIdentityCdma); in CellInfoCdma()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java406 if (cellIdentity.cellIdentityCdma.size() == 1) { in convertHalCellIdentityToCellIdentity()
407 android.hardware.radio.V1_0.CellIdentityCdma cellIdentityCdma = in convertHalCellIdentityToCellIdentity() local
408 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() local
464 cellIdentity.cellIdentityCdma.get(0); in convertHalCellIdentityToCellIdentity()
465 result = new CellIdentityCdma(cellIdentityCdma); in convertHalCellIdentityToCellIdentity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1317 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 …]
DServiceStateTrackerTest.java747 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testCdmaCellLocation() local
753 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation()