Loading services/tests/wmtests/src/com/android/server/wm/AppCompatUtilsTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,7 @@ public class AppCompatUtilsTest extends WindowTestsBase { @Test @EnableFlags({Flags.FLAG_ENABLE_CAMERA_COMPAT_FOR_DESKTOP_WINDOWING, Flags.FLAG_ENABLE_CAMERA_COMPAT_CHECK_DEVICE_ROTATION_BUGFIX}) @DisableFlags(Flags.FLAG_ENABLE_CAMERA_COMPAT_COMPATIBILITY_INFO_ROTATE_AND_CROP_BUGFIX) public void testTopActivityInCameraCompatMode_rotationFlagEnabled_rotationSet() { runTestScenario((robot) -> { robot.dw().allowEnterDesktopMode(/* isAllowed= */ true); Loading Loading
services/tests/wmtests/src/com/android/server/wm/AppCompatUtilsTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,7 @@ public class AppCompatUtilsTest extends WindowTestsBase { @Test @EnableFlags({Flags.FLAG_ENABLE_CAMERA_COMPAT_FOR_DESKTOP_WINDOWING, Flags.FLAG_ENABLE_CAMERA_COMPAT_CHECK_DEVICE_ROTATION_BUGFIX}) @DisableFlags(Flags.FLAG_ENABLE_CAMERA_COMPAT_COMPATIBILITY_INFO_ROTATE_AND_CROP_BUGFIX) public void testTopActivityInCameraCompatMode_rotationFlagEnabled_rotationSet() { runTestScenario((robot) -> { robot.dw().allowEnterDesktopMode(/* isAllowed= */ true); Loading