Loading services/tests/wmtests/src/com/android/server/policy/TestPhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -407,7 +407,7 @@ class TestPhoneWindowManager { void assertShowRecentApps() { waitForIdle(); verify(mStatusBarManagerInternal).showRecentApps(anyBoolean()); verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean()); } void assertSwitchKeyboardLayout() { Loading Loading
services/tests/wmtests/src/com/android/server/policy/TestPhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -407,7 +407,7 @@ class TestPhoneWindowManager { void assertShowRecentApps() { waitForIdle(); verify(mStatusBarManagerInternal).showRecentApps(anyBoolean()); verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean()); } void assertSwitchKeyboardLayout() { Loading