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:
@@ -407,7 +407,7 @@ class TestPhoneWindowManager {
|
||||
|
||||
void assertShowRecentApps() {
|
||||
waitForIdle();
|
||||
verify(mStatusBarManagerInternal).showRecentApps(anyBoolean());
|
||||
verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean());
|
||||
}
|
||||
|
||||
void assertSwitchKeyboardLayout() {
|
||||
|
||||
Reference in New Issue
Block a user