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

Commit 1160db2a authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Update params in test usage of showRecentApps"

parents e86ec122 d67d8802
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ class TestPhoneWindowManager {

    void assertShowRecentApps() {
        waitForIdle();
        verify(mStatusBarManagerInternal).showRecentApps(anyBoolean());
        verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean());
    }

    void assertSwitchKeyboardLayout() {