Searched refs:CtsBaseInputMethod (Results 1 – 4 of 4) sorted by relevance
21 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()
19 import android.inputmethodservice.cts.ime.CtsBaseInputMethod;26 public final class CtsInputMethod1 extends CtsBaseInputMethod {
19 import android.inputmethodservice.cts.ime.CtsBaseInputMethod;26 public final class CtsInputMethod2 extends CtsBaseInputMethod {
54 public abstract class CtsBaseInputMethod extends InputMethodService implements ImeCommandCallbacks { class70 private final ImeCommandReceiver<CtsBaseInputMethod> mImeCommandReceiver =