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 CellIdentityTdscdma cellIdentityTdscdma, in CellInfoTdscdma() argument
61 mCellIdentityTdscdma = cellIdentityTdscdma; in CellInfoTdscdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2030 cellInfoTdscdma.cellIdentityTdscdma = getCellIdentityTdscdma_1_2(); in testConvertHalCellInfoList_1_4ForTdscdma()
2047 CellIdentityTdscdma cellIdentityTdscdma = new CellIdentityTdscdma( in testConvertHalCellInfoList_1_4ForTdscdma() local
2053 cellIdentityTdscdma, cellSignalStrengthTdscdma); in testConvertHalCellInfoList_1_4ForTdscdma()
2066 cellInfo.cellIdentityTdscdma = cellIdentity; in getCellInfoTdscdma_1_5()
2092 CellIdentityTdscdma cellIdentityTdscdma = new CellIdentityTdscdma( in testConvertHalCellInfoList_1_5ForTdscdma() local
2098 cellIdentityTdscdma, cellSignalStrengthTdscdma); in testConvertHalCellInfoList_1_5ForTdscdma()
2122 CellIdentityTdscdma cellIdentityTdscdma = new CellIdentityTdscdma( in testConvertHalCellInfoList_1_6ForTdscdma() local
2128 cellIdentityTdscdma, cellSignalStrengthTdscdma); in testConvertHalCellInfoList_1_6ForTdscdma()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2339 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()
2392 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()
2446 tdscdmaCi = convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma); in convertHalCellInfo()
2521 convertHalCellIdentityTdscdma(tdscdma.cellIdentityTdscdma), in convertHalCellInfo()
2565 if (ci.cellIdentityTdscdma.size() == 1) { in convertHalCellIdentity()
2566 return convertHalCellIdentityTdscdma(ci.cellIdentityTdscdma.get(0)); in convertHalCellIdentity()