Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/ims/
DInputMethodServiceWrapper.java27 public class InputMethodServiceWrapper extends InputMethodService { class
30 private static InputMethodServiceWrapper sInputMethodServiceWrapper;
32 public static InputMethodServiceWrapper getInputMethodServiceWrapperForTesting() { in getInputMethodServiceWrapperForTesting()
/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleInputMethodService.java29 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;
32 public class SimpleInputMethodService extends InputMethodServiceWrapper {
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java49 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;
80 private InputMethodServiceWrapper mInputMethodService;
99 InputMethodServiceWrapper.getInputMethodServiceWrapperForTesting(); in setUp()