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

Commit 2a97bb82 authored by Nathan Harold's avatar Nathan Harold Committed by Automerger Merge Worker
Browse files

Merge changes from topic "servicelocation" am: 17b05cb6 am: ee538d63 am:...

Merge changes from topic "servicelocation" am: 17b05cb6 am: ee538d63 am: 65661279 am: e1d07c32

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1355900

Change-Id: I85f76aa173df9bc32fc7e8d13b6b85e905f554f2
parents 77b4c75d e1d07c32
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -1792,22 +1792,6 @@ public class ServiceStateTrackerTest extends TelephonyTest {
        assertEquals(sst.getDesiredPowerState(), true);
    }

    @Test
    @MediumTest
    public void testEnableLocationUpdates() throws Exception {
        sst.enableLocationUpdates();
        verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(true),
                any(Message.class));
    }

    @Test
    @SmallTest
    public void testDisableLocationUpdates() throws Exception {
        sst.disableLocationUpdates();
        verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(false),
                nullable(Message.class));
    }

    @Test
    @SmallTest
    public void testGetCurrentDataRegState() throws Exception {