Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DMultiUserDeviceTest.java21 import android.inputmethodservice.cts.ime.CtsBaseInputMethod;
70 if (TextUtils.equals(CtsBaseInputMethod.ACTION_KEY_REPLY_USER_HANDLE, action) in performPrivateCommand()
72 CtsBaseInputMethod.BUNDLE_KEY_REPLY_USER_HANDLE_SESSION_ID))) { in performPrivateCommand()
74 data.getParcelable(CtsBaseInputMethod.BUNDLE_KEY_REPLY_USER_HANDLE); in performPrivateCommand()
101 CtsBaseInputMethod.EDITOR_INFO_KEY_REPLY_USER_HANDLE_SESSION_ID, in testConnectingToTheSameUserIme()
/cts/hostsidetests/inputmethodservice/deviceside/ime1/src/android/inputmethodservice/cts/ime1/
DCtsInputMethod1.java19 import android.inputmethodservice.cts.ime.CtsBaseInputMethod;
26 public final class CtsInputMethod1 extends CtsBaseInputMethod {
/cts/hostsidetests/inputmethodservice/deviceside/ime2/src/android/inputmethodservice/cts/ime2/
DCtsInputMethod2.java19 import android.inputmethodservice.cts.ime.CtsBaseInputMethod;
26 public final class CtsInputMethod2 extends CtsBaseInputMethod {
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java54 public abstract class CtsBaseInputMethod extends InputMethodService implements ImeCommandCallbacks { class
70 private final ImeCommandReceiver<CtsBaseInputMethod> mImeCommandReceiver =