Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java117 @Mock protected IInputMethod mMockInputMethod; field in InputMethodManagerServiceTestBase
190 mMockInputMethodInvoker = IInputMethodInvoker.create(mMockInputMethod); in setUp()
299 verify(mMockInputMethod, times(showSoftInput ? 1 : 0)) in verifyShowSoftInput()
311 verify(mMockInputMethod, times(hideSoftInput ? 1 : 0)) in verifyHideSoftInput()