Searched refs:cellInfoGsm (Results 1 – 1 of 1) sorted by relevance
1766 android.hardware.radio.V1_2.CellInfoGsm cellInfoGsm = in testConvertHalCellInfoList_1_4ForGsm() local1768 cellInfoGsm.cellIdentityGsm = getCellIdentityGsm_1_2(); in testConvertHalCellInfoList_1_4ForGsm()1769 cellInfoGsm.signalStrengthGsm = getGsmSignalStrength_1_0(); in testConvertHalCellInfoList_1_4ForGsm()1774 cellInfo.info.gsm(cellInfoGsm); in testConvertHalCellInfoList_1_4ForGsm()1821 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_5ForGsm() local1822 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_5ForGsm()1832 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoList_1_5ForGsm()1848 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_6ForGsm() local1849 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForGsm()1859 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoList_1_6ForGsm()