Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java108 @Mock protected InputMethodBindingController mMockInputMethodBindingController; field in InputMethodManagerServiceTestBase
193 when(mMockInputMethodBindingController.getCurMethod()) in setUp()
195 when(mMockInputMethodBindingController.bindCurrentMethod()) in setUp()
197 doNothing().when(mMockInputMethodBindingController).unbindCurrentMethod(); in setUp()
198 when(mMockInputMethodBindingController.getSelectedMethodId()) in setUp()
237 unusedUserId -> mMockInputMethodBindingController); in setUp()
296 verify(mMockInputMethodBindingController, times(setVisible ? 1 : 0)) in verifyShowSoftInput()
308 verify(mMockInputMethodBindingController, times(setNotVisible ? 1 : 0)) in verifyHideSoftInput()