Merge "Update params in test usage of showRecentApps"

This commit is contained in:
Tracy Zhou
2023-01-12 22:43:16 +00:00
committed by Android (Google) Code Review

View File

@@ -407,7 +407,7 @@ class TestPhoneWindowManager {
void assertShowRecentApps() {
waitForIdle();
verify(mStatusBarManagerInternal).showRecentApps(anyBoolean());
verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean());
}
void assertSwitchKeyboardLayout() {