Searched refs:cellInfoWcdma (Results 1 – 1 of 1) sorted by relevance
1897 android.hardware.radio.V1_2.CellInfoWcdma cellInfoWcdma = in testConvertHalCellInfoList_1_4ForWcdma() local1899 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() local1954 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() local1983 cellInfoWcdma.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForWcdma()1995 assertEquals(expected, cellInfoWcdma); in testConvertHalCellInfoList_1_6ForWcdma()