Loading tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ public class ChangeAppRotationTest extends FlickerTestBase { @Parameters(name = "{0}-{1}") public static Collection<Object[]> getParams() { int[] supportedRotations = {Surface.ROTATION_0, Surface.ROTATION_90, Surface.ROTATION_270}; {Surface.ROTATION_0, Surface.ROTATION_90}; Collection<Object[]> params = new ArrayList<>(); for (int begin : supportedRotations) { for (int end : supportedRotations) { Loading tests/FlickerTests/src/com/android/server/wm/flicker/SeamlessAppRotationTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class SeamlessAppRotationTest extends FlickerTestBase { @Parameters(name = "{0}") public static Collection<Object[]> getParams() { int[] supportedRotations = {Surface.ROTATION_0, Surface.ROTATION_90, Surface.ROTATION_270}; {Surface.ROTATION_0, Surface.ROTATION_90}; Collection<Object[]> params = new ArrayList<>(); ArrayList<Intent> testIntents = new ArrayList<>(); Loading Loading @@ -112,7 +112,7 @@ public class SeamlessAppRotationTest extends FlickerTestBase { super.runTransition( changeAppRotation(mIntent, intentId, InstrumentationRegistry.getContext(), mUiDevice, mBeginRotation, mEndRotation).repeat(5).build()); mUiDevice, mBeginRotation, mEndRotation).build()); } @Test Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/ChangeAppRotationTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ public class ChangeAppRotationTest extends FlickerTestBase { @Parameters(name = "{0}-{1}") public static Collection<Object[]> getParams() { int[] supportedRotations = {Surface.ROTATION_0, Surface.ROTATION_90, Surface.ROTATION_270}; {Surface.ROTATION_0, Surface.ROTATION_90}; Collection<Object[]> params = new ArrayList<>(); for (int begin : supportedRotations) { for (int end : supportedRotations) { Loading
tests/FlickerTests/src/com/android/server/wm/flicker/SeamlessAppRotationTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class SeamlessAppRotationTest extends FlickerTestBase { @Parameters(name = "{0}") public static Collection<Object[]> getParams() { int[] supportedRotations = {Surface.ROTATION_0, Surface.ROTATION_90, Surface.ROTATION_270}; {Surface.ROTATION_0, Surface.ROTATION_90}; Collection<Object[]> params = new ArrayList<>(); ArrayList<Intent> testIntents = new ArrayList<>(); Loading Loading @@ -112,7 +112,7 @@ public class SeamlessAppRotationTest extends FlickerTestBase { super.runTransition( changeAppRotation(mIntent, intentId, InstrumentationRegistry.getContext(), mUiDevice, mBeginRotation, mEndRotation).repeat(5).build()); mUiDevice, mBeginRotation, mEndRotation).build()); } @Test Loading