Merge "Update params in test usage of showRecentApps"
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