Searched refs:mMockIInputManager (Results 1 – 1 of 1) sorted by relevance
119 @Mock protected IInputManager mMockIInputManager; field in InputMethodManagerServiceTestBase191 mInputManagerGlobalSession = InputManagerGlobal.createTestSession(mMockIInputManager); in setUp()203 when(mMockIInputManager.getInputDeviceIds()).thenReturn(new int[0]); in setUp()