Searched refs:mInputMethodService (Results 1 – 1 of 1) sorted by relevance
77 private InputMethodServiceWrapper mInputMethodService; field in InputMethodServiceTest95 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 …]