Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff9d274e authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Disable `FLAG_ENABLE_APP_HANDLE_POSITION_REPORTING` in...

Disable `FLAG_ENABLE_APP_HANDLE_POSITION_REPORTING` in `notifyCaptionStateChanged_flagDisabled_doNoNotify`.

Bug: 436810825
Test: atest
Flag: EXEMPT minor fix
Change-Id: I62a46704eb10c837403d3618d5d8b3f3ec53f5d6
parent fed1c95a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1772,7 +1772,8 @@ public class DesktopModeWindowDecorationTests extends ShellTestCase {

    @Test
    @DisableFlags({Flags.FLAG_ENABLE_DESKTOP_WINDOWING_APP_HANDLE_EDUCATION,
            Flags.FLAG_ENABLE_DESKTOP_WINDOWING_APP_TO_WEB_EDUCATION_INTEGRATION})
            Flags.FLAG_ENABLE_DESKTOP_WINDOWING_APP_TO_WEB_EDUCATION_INTEGRATION,
            Flags.FLAG_ENABLE_APP_HANDLE_POSITION_REPORTING})
    public void notifyCaptionStateChanged_flagDisabled_doNoNotify() {
        final ActivityManager.RunningTaskInfo taskInfo = createTaskInfo(/* visible= */ true);
        final DesktopModeWindowDecoration spyWindowDecor = spy(createWindowDecoration(taskInfo));