Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceTestBase.java118 @Mock protected IBinder mMockInputMethodBinder; field in InputMethodManagerServiceTestBase
218 when(mMockInputMethodClient.asBinder()).thenReturn(mMockInputMethodBinder); in setUp()