Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java119 @Mock protected IInputManager mMockIInputManager; field in InputMethodManagerServiceTestBase
191 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mMockIInputManager); in setUp()
203 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()