Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfoCdma.java56 CellIdentityCdma cellIdentityCdma, CellSignalStrengthCdma cellSignalStrengthCdma) { in CellInfoCdma() argument
58 mCellIdentityCdma = cellIdentityCdma; in CellInfoCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2159 cellInfo.cellIdentityCdma = cellIdentity; in getCellInfoCdma_1_2()
2182 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, in testConvertHalCellInfoList_1_4ForCdma() local
2187 cellIdentityCdma, cellSignalStrengthCdma); in testConvertHalCellInfoList_1_4ForCdma()
2207 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, in testConvertHalCellInfoList_1_5ForCdma() local
2212 cellIdentityCdma, cellSignalStrengthCdma); in testConvertHalCellInfoList_1_5ForCdma()
2232 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, in testConvertHalCellInfoList_1_6ForCdma() local
2237 cellIdentityCdma, cellSignalStrengthCdma); in testConvertHalCellInfoList_1_6ForCdma()
DServiceStateTrackerTest.java967 CellIdentityCdma cellIdentityCdma = new CellIdentityCdma(1, 2, 3, 4, 5, "test", "tst"); in testCdmaCellLocation() local
973 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2319 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2367 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2421 cdmaCi = convertHalCellIdentityCdma(cdma.cellIdentityCdma); in convertHalCellInfo()
2503 convertHalCellIdentityCdma(cdma.cellIdentityCdma), in convertHalCellInfo()
2550 if (ci.cellIdentityCdma.size() == 1) { in convertHalCellIdentity()
2551 return convertHalCellIdentityCdma(ci.cellIdentityCdma.get(0)); in convertHalCellIdentity()