Loading services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/InputMethodServiceTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -1061,8 +1061,9 @@ public class InputMethodServiceTest { .and(WindowManagerStateHelper::activityWindowFocused), "Language settings activity should have the focused window"); eventually(() -> assertWithMessage("Input Method Switcher Menu should no longer be shown") .that(isInputMethodPickerShown(mImm)).isFalse(); .that(isInputMethodPickerShown(mImm)).isFalse()); } } Loading Loading
services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/InputMethodServiceTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -1061,8 +1061,9 @@ public class InputMethodServiceTest { .and(WindowManagerStateHelper::activityWindowFocused), "Language settings activity should have the focused window"); eventually(() -> assertWithMessage("Input Method Switcher Menu should no longer be shown") .that(isInputMethodPickerShown(mImm)).isFalse(); .that(isInputMethodPickerShown(mImm)).isFalse()); } } Loading