Home
last modified time | relevance | path

Searched refs:mInputMethodService (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
H A DInputMethodServiceTest.java77 private InputMethodServiceWrapper mInputMethodService; field in InputMethodServiceTest
95 mInputMethodService = in setUp()
97 assertThat(mInputMethodService).isNotNull(); in setUp()
105 mInputMethodService.getContentResolver(), in setUp()
133 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideKeyboard_byUserAction()
156 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideKeyboard_byApi()
179 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
187 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
203 assertThat(mInputMethodService.isInputViewShown()).isTrue(); in testShowHideSelf()
641 mInputMethodService.setCountDownLatchForTesting(signal); in verifyInputViewStatusInternal()
[all …]