Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19e22c8f authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Add test for SignalStrength.INVALID"

am: f300514c

Change-Id: Ibcbc3447486d3c26c918be4f0b43ae4f503847e7
parents 0a6544f2 f300514c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ public class SignalStrengthTest {
    @Test
    public void testDefaults() throws Exception {
        SignalStrength s = new SignalStrength();
        assertEquals(-1, s.getCdmaDbm());
        assertEquals(SignalStrength.INVALID, s.getCdmaDbm());
        assertEquals(-1, s.getCdmaEcio());
        assertEquals(-1, s.getEvdoDbm());
        assertEquals(SignalStrength.INVALID, s.getEvdoDbm());
        assertEquals(-1, s.getEvdoEcio());
        assertEquals(-1, s.getEvdoSnr());
        assertEquals(-1, s.getGsmBitErrorRate());