Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellSignalStrengthWcdmaTest.java39 private static final int ECNO = -5; field in CellSignalStrengthWcdmaTest
43 CellSignalStrengthWcdma css = new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO); in testConstructor()
47 assertEquals(ECNO, css.getEcNo()); in testConstructor()
70 assertTrue(new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO).equals( in testEquals()
71 new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO))); in testEquals()
72 assertFalse(new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO).equals( in testEquals()
73 new CellSignalStrengthWcdma(RSSI, BER, RSCP + 1, ECNO))); in testEquals()
90 CellSignalStrengthWcdma css = new CellSignalStrengthWcdma(RSSI, BER, RSCP, ECNO); in testLevel()
DRILTest.java264 private static final int ECNO = -21; field in RILTest
1919 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_4ForWcdma()
1963 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_5ForWcdma()
1992 RSSI, BIT_ERROR_RATE, RSCP, ECNO); in testConvertHalCellInfoList_1_6ForWcdma()