Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2028 android.hardware.radio.V1_2.CellInfoTdscdma cellInfoTdscdma = in testConvertHalCellInfoList_1_4ForTdscdma() local
2030 cellInfoTdscdma.cellIdentityTdscdma = getCellIdentityTdscdma_1_2(); in testConvertHalCellInfoList_1_4ForTdscdma()
2031 cellInfoTdscdma.signalStrengthTdscdma = getTdscdmaSignalStrength_1_2(); in testConvertHalCellInfoList_1_4ForTdscdma()
2036 cellInfo.info.tdscdma(cellInfoTdscdma); in testConvertHalCellInfoList_1_4ForTdscdma()
2085 CellInfoTdscdma cellInfoTdscdma = (CellInfoTdscdma) ret.get(0); in testConvertHalCellInfoList_1_5ForTdscdma() local
2086 cellInfoTdscdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForTdscdma()
2099 assertEquals(expected, cellInfoTdscdma); in testConvertHalCellInfoList_1_5ForTdscdma()
2115 CellInfoTdscdma cellInfoTdscdma = (CellInfoTdscdma) ret.get(0); in testConvertHalCellInfoList_1_6ForTdscdma() local
2116 cellInfoTdscdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForTdscdma()
2129 assertEquals(expected, cellInfoTdscdma); in testConvertHalCellInfoList_1_6ForTdscdma()