Searched refs:mMockInputMethodBindingController (Results 1 – 1 of 1) sorted by relevance
108 @Mock protected InputMethodBindingController mMockInputMethodBindingController; field in InputMethodManagerServiceTestBase193 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()