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

Commit 628e9b3d authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "Synchronize RootWindowContainerTests" into pi-dev

parents 8f699919 0dc5880a
Loading
Loading
Loading
Loading
+24 −22
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import static org.junit.Assert.assertTrue;
public class RootWindowContainerTests extends WindowTestsBase {
    @Test
    public void testSetDisplayOverrideConfigurationIfNeeded() throws Exception {
        synchronized (sWm.mWindowMap) {
            // Add first stack we expect to be updated with configuration change.
            final TaskStack stack = createTaskStackOnDisplay(mDisplayContent);
            stack.getOverrideConfiguration().windowConfiguration.setBounds(new Rect(0, 0, 5, 5));
@@ -48,3 +49,4 @@ public class RootWindowContainerTests extends WindowTestsBase {
            assertTrue(results[0] == stack.mStackId);
        }
    }
}