Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1897 android.hardware.radio.V1_2.CellInfoWcdma cellInfoWcdma = in testConvertHalCellInfoList_1_4ForWcdma() local
1899 cellInfoWcdma.cellIdentityWcdma = getCellIdentityWcdma_1_2(); in testConvertHalCellInfoList_1_4ForWcdma()
1900 cellInfoWcdma.signalStrengthWcdma = getWcdmaSignalStrength_1_2(); in testConvertHalCellInfoList_1_4ForWcdma()
1905 cellInfo.info.wcdma(cellInfoWcdma); in testConvertHalCellInfoList_1_4ForWcdma()
1953 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_5ForWcdma() local
1954 cellInfoWcdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForWcdma()
1966 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_5ForWcdma()
1982 CellInfoWcdma cellInfoWcdma = (CellInfoWcdma) ret.get(0); in testConvertHalCellInfoList_1_6ForWcdma() local
1983 cellInfoWcdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForWcdma()
1995 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_6ForWcdma()