Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java24 import android.inputmethodservice.cts.common.ImeCommandConstants;
62 ime.registerReceiver(this, new IntentFilter(ImeCommandConstants.ACTION_IME_COMMAND), in register()
68 final String command = intent.getStringExtra(ImeCommandConstants.EXTRA_COMMAND); in onReceive()
74 case ImeCommandConstants.COMMAND_COMMIT_TEXT: { in onReceive()
80 case ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD: { in onReceive()
85 case ImeCommandConstants.COMMAND_REQUEST_HIDE_SELF: { in onReceive()
90 case ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD_WITH_SUBTYPE: { in onReceive()
96 case ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPUT: { in onReceive()
100 case ImeCommandConstants.COMMAND_SWITCH_TO_PREVIOUS_INPUT: { in onReceive()
111 return intent.getCharSequenceExtra(ImeCommandConstants.EXTRA_ARG_CHARSEQUENCE1); in getCharSequence1()
[all …]
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DImeCommandConstants.java22 public final class ImeCommandConstants { class
25 private ImeCommandConstants() {} in ImeCommandConstants() method in ImeCommandConstants
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java27 import static android.inputmethodservice.cts.common.ImeCommandConstants.ACTION_IME_COMMAND;
28 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD;
29 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPU…
30 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_TO_PREVIOUS_…
31 import static android.inputmethodservice.cts.common.ImeCommandConstants.EXTRA_ARG_STRING1;
32 import static android.inputmethodservice.cts.common.ImeCommandConstants.EXTRA_COMMAND;