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

Commit ef639776 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Verify the exact display count for display window listener test"

parents d5a24b92 b9651309
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public class ActivityTaskManagerServiceTests extends WindowTestsBase {
        };
        mAtm.mWindowManager.registerDisplayWindowListener(listener);
        // Check that existing displays call added
        assertEquals(1, added.size());
        assertEquals(mRootWindowContainer.getChildCount(), added.size());
        assertEquals(0, changed.size());
        assertEquals(0, removed.size());
        added.clear();