Loading services/tests/servicestests/src/com/android/server/accessibility/ProxyManagerTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,6 @@ public class ProxyManagerTest { @Before public void setup() throws RemoteException { mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); MockitoAnnotations.initMocks(this); final Resources resources = InstrumentationRegistry.getContext().getResources(); Loading services/tests/servicestests/src/com/android/server/companion/virtual/VirtualDeviceManagerServiceTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -338,8 +338,6 @@ public class VirtualDeviceManagerServiceTest { LocalServices.removeServiceForTest(DisplayManagerInternal.class); LocalServices.addService(DisplayManagerInternal.class, mDisplayManagerInternalMock); mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); doReturn(true).when(mInputManagerInternalMock).setVirtualMousePointerDisplayId(anyInt()); doNothing().when(mInputManagerInternalMock).setPointerAcceleration(anyFloat(), anyInt()); doNothing().when(mInputManagerInternalMock).setPointerIconVisible(anyBoolean(), anyInt()); Loading services/tests/wmtests/src/com/android/server/wm/DisplayContentDeferredUpdateTests.java +0 −3 Original line number Diff line number Diff line Loading @@ -57,9 +57,6 @@ public class DisplayContentDeferredUpdateTests extends WindowTestsBase { @Override protected void onBeforeSystemServicesCreated() { // Set other flags to their default values mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); mSetFlagsRule.enableFlags(Flags.FLAG_DEFER_DISPLAY_UPDATES); } Loading Loading
services/tests/servicestests/src/com/android/server/accessibility/ProxyManagerTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,6 @@ public class ProxyManagerTest { @Before public void setup() throws RemoteException { mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); MockitoAnnotations.initMocks(this); final Resources resources = InstrumentationRegistry.getContext().getResources(); Loading
services/tests/servicestests/src/com/android/server/companion/virtual/VirtualDeviceManagerServiceTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -338,8 +338,6 @@ public class VirtualDeviceManagerServiceTest { LocalServices.removeServiceForTest(DisplayManagerInternal.class); LocalServices.addService(DisplayManagerInternal.class, mDisplayManagerInternalMock); mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); doReturn(true).when(mInputManagerInternalMock).setVirtualMousePointerDisplayId(anyInt()); doNothing().when(mInputManagerInternalMock).setPointerAcceleration(anyFloat(), anyInt()); doNothing().when(mInputManagerInternalMock).setPointerIconVisible(anyBoolean(), anyInt()); Loading
services/tests/wmtests/src/com/android/server/wm/DisplayContentDeferredUpdateTests.java +0 −3 Original line number Diff line number Diff line Loading @@ -57,9 +57,6 @@ public class DisplayContentDeferredUpdateTests extends WindowTestsBase { @Override protected void onBeforeSystemServicesCreated() { // Set other flags to their default values mSetFlagsRule.initAllFlagsToReleaseConfigDefault(); mSetFlagsRule.enableFlags(Flags.FLAG_DEFER_DISPLAY_UPDATES); } Loading