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.java34 public class InputMethodServiceWrapper extends InputMethodService { class
40 private static WeakReference<InputMethodServiceWrapper> sInstance = new WeakReference<>(null);
140 public static InputMethodServiceWrapper getInstance() { in getInstance()
/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleInputMethodService.java27 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;
30 public final class SimpleInputMethodService extends InputMethodServiceWrapper {
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/
DInputMethodServiceTest.java21 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_CONFIG;
22 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_HIDE;
23 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.EVENT_SHOW;
24 import static com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.eventToString;
67 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper;
68 import com.android.apps.inputmethod.simpleime.ims.InputMethodServiceWrapper.Event;
138 private InputMethodServiceWrapper mInputMethodService;
158 mInputMethodService = InputMethodServiceWrapper.getInstance(); in setUp()