Loading tests/telephonytests/src/com/android/internal/telephony/ServiceStateTrackerTest.java +0 −16 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
tests/telephonytests/src/com/android/internal/telephony/ServiceStateTrackerTest.java +0 −16 Original line number Diff line number Diff line Loading @@ -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 { Loading