Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfoTdscdma.java58 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()
66 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()
74 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java390 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in convertHalCellIdentityToCellIdentity()
391 android.hardware.radio.V1_0.CellIdentityTdscdma cellIdentityTdscdma = in convertHalCellIdentityToCellIdentity() local
392 cellIdentity.cellIdentityTdscdma.get(0); in convertHalCellIdentityToCellIdentity()
393 result = new CellIdentityTdscdma(cellIdentityTdscdma); in convertHalCellIdentityToCellIdentity()
446 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in convertHalCellIdentityToCellIdentity()
447 android.hardware.radio.V1_2.CellIdentityTdscdma cellIdentityTdscdma = in convertHalCellIdentityToCellIdentity() local
448 cellIdentity.cellIdentityTdscdma.get(0); in convertHalCellIdentityToCellIdentity()
449 result = new CellIdentityTdscdma(cellIdentityTdscdma); in convertHalCellIdentityToCellIdentity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1276 cellinfo.cellIdentityTdscdma.base.lac = LAC; in testConvertHalCellInfoListForTdscdma()
1277 cellinfo.cellIdentityTdscdma.base.cid = CID; in testConvertHalCellInfoListForTdscdma()
1278 cellinfo.cellIdentityTdscdma.base.cpid = PSC; in testConvertHalCellInfoListForTdscdma()
1279 cellinfo.cellIdentityTdscdma.uarfcn = UARFCN; in testConvertHalCellInfoListForTdscdma()
1280 cellinfo.cellIdentityTdscdma.base.mcc = MCC_STR; in testConvertHalCellInfoListForTdscdma()
1281 cellinfo.cellIdentityTdscdma.base.mnc = MNC_STR; in testConvertHalCellInfoListForTdscdma()