Loading services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/InputMethodServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class InputMethodServiceTest { setShowImeWithHardKeyboard(true /* enabled */); // Triggers to show IME via public API. verifyInputViewStatus( verifyInputViewStatusOnMainSync( () -> assertThat(mActivity.showImeWithWindowInsetsController()).isTrue(), true /* expected */, true /* inputViewStarted */); Loading Loading
services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/InputMethodServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class InputMethodServiceTest { setShowImeWithHardKeyboard(true /* enabled */); // Triggers to show IME via public API. verifyInputViewStatus( verifyInputViewStatusOnMainSync( () -> assertThat(mActivity.showImeWithWindowInsetsController()).isTrue(), true /* expected */, true /* inputViewStarted */); Loading