Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1766 android.hardware.radio.V1_2.CellInfoGsm cellInfoGsm = in testConvertHalCellInfoList_1_4ForGsm() local
1768 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() local
1822 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() local
1849 cellInfoGsm.setTimeStamp(TIMESTAMP); // override the timestamp in testConvertHalCellInfoList_1_6ForGsm()
1859 assertEquals(expected, cellInfoGsm); in testConvertHalCellInfoList_1_6ForGsm()