Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/BaseBubbleScreen.kt +1 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,7 @@ abstract class BaseBubbleScreen( @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0)) } const val FIND_OBJECT_TIMEOUT = 2000L Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt +1 −2 Original line number Diff line number Diff line Loading @@ -185,8 +185,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3 supportedRotations = listOf(Surface.ROTATION_0) ) } } Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt +1 −2 Original line number Diff line number Diff line Loading @@ -246,8 +246,7 @@ class EnterPipToOtherOrientationTest( fun getParams(): Collection<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3 supportedRotations = listOf(Surface.ROTATION_0) ) } } Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ExitPipViaExpandButtonClickTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ class ExitPipViaExpandButtonClickTest( @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) supportedRotations = listOf(Surface.ROTATION_0)) } } } libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ExitPipViaIntentTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ class ExitPipViaIntentTest(testSpec: FlickerTestParameter) : ExitPipToAppTransit @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) supportedRotations = listOf(Surface.ROTATION_0)) } } } Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/BaseBubbleScreen.kt +1 −2 Original line number Diff line number Diff line Loading @@ -86,8 +86,7 @@ abstract class BaseBubbleScreen( @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) .getConfigNonRotationTests(supportedRotations = listOf(Surface.ROTATION_0)) } const val FIND_OBJECT_TIMEOUT = 2000L Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipTest.kt +1 −2 Original line number Diff line number Diff line Loading @@ -185,8 +185,7 @@ open class EnterPipTest(testSpec: FlickerTestParameter) : PipTransition(testSpec fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3 supportedRotations = listOf(Surface.ROTATION_0) ) } } Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt +1 −2 Original line number Diff line number Diff line Loading @@ -246,8 +246,7 @@ class EnterPipToOtherOrientationTest( fun getParams(): Collection<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() .getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3 supportedRotations = listOf(Surface.ROTATION_0) ) } } Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ExitPipViaExpandButtonClickTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ class ExitPipViaExpandButtonClickTest( @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) supportedRotations = listOf(Surface.ROTATION_0)) } } }
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/ExitPipViaIntentTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ class ExitPipViaIntentTest(testSpec: FlickerTestParameter) : ExitPipToAppTransit @JvmStatic fun getParams(): List<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance().getConfigNonRotationTests( supportedRotations = listOf(Surface.ROTATION_0), repetitions = 3) supportedRotations = listOf(Surface.ROTATION_0)) } } }