Update params in test usage of showRecentApps

For more information, check out the change in the same topic.

Bug: 258854035
Change-Id: I8875bde7964f9a573ed2285836995a23549538ee
Test: manual
This commit is contained in:
Tracy Zhou
2023-01-12 08:02:38 +00:00
parent 303b013ae6
commit d67d88023b

View File

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