Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceTestBase.java107 @Mock protected IInputMethodClient mMockInputMethodClient; field in InputMethodManagerServiceTestBase
214 when(mMockInputMethodClient.asBinder()).thenReturn(mMockInputMethodBinder); in setUp()
249 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, 0); in setUp()
H A DDefaultImeVisibilityApplierTest.java134 mInputMethodManagerService.addClient(mMockInputMethodClient, mMockRemoteInputConnection, in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay()
195 mMockInputMethodClient /* client */, in startInputOrWindowGainedFocus()
H A DInputMethodManagerServiceWindowGainedFocusTest.java256 mMockInputMethodClient /* client */, in startInputOrWindowGainedFocus()