Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java81 mInputMethodManagerService.getClientStateLocked(mMockInputMethodClient))); in setUp()
167 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
236 mMockInputMethodClient /* client */, in startInputOrWindowGainedFocus()
DInputMethodManagerServiceTestBase.java109 @Mock protected IInputMethodClient mMockInputMethodClient; field in InputMethodManagerServiceTestBase
218 when(mMockInputMethodClient.asBinder()).thenReturn(mMockInputMethodBinder); in setUp()
260 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, 0); in setUp()
261 createSessionForClient(mMockInputMethodClient); in setUp()
DInputMethodManagerServiceWindowGainedFocusTest.java258 mMockInputMethodClient /* client */, in startInputOrWindowGainedFocus()