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

Commit 03c61a3c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable presubmit for passing telephony tests"

parents 1a826679 d4e6f5b3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ public class GsmCdmaCallTrackerTest extends TelephonyTest {

    }

    @Postsubmit
    @Test
    @MediumTest
    public void testMOCallPendingHangUp() {
+0 −1
Original line number Diff line number Diff line
@@ -316,7 +316,6 @@ public class ServiceStateTrackerTest extends TelephonyTest {
        assertFalse(sst.isImsRegistered());
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testSignalStrength() {
+0 −2
Original line number Diff line number Diff line
@@ -656,7 +656,6 @@ public class DcTrackerTest extends TelephonyTest {
        waitForMs(200);
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testDataCallOnUserDisableRoaming() throws Exception {
@@ -767,7 +766,6 @@ public class DcTrackerTest extends TelephonyTest {
    }

    // Test for API carrierActionSetMeteredApnsEnabled.
    @Postsubmit
    @Test
    @MediumTest
    public void testCarrierActionSetMeteredApnsEnabled() throws Exception {
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ public class TelephonyNetworkFactoryTest extends AndroidTestCase {
    /**
     * Test that phone active changes cause the DcTracker to get poked.
     */
    @Postsubmit
    @SmallTest
    public void testActive() throws Exception {
        mTestName = "testActive";
+0 −2
Original line number Diff line number Diff line
@@ -352,7 +352,6 @@ public class GsmInboundSmsHandlerTest extends TelephonyTest {
        doReturn(mInboundSmsTrackerCVPart2).when(mInboundSmsTrackerPart2).getContentValues();
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testMultiPartSms() {
@@ -575,7 +574,6 @@ public class GsmInboundSmsHandlerTest extends TelephonyTest {

    }

    @Postsubmit
    @Test
    @MediumTest
    public void testBroadcastUndeliveredMultiPart() throws Exception {