Searched refs:ImeCommandConstants (Results 1 – 3 of 3) sorted by relevance
24 import android.inputmethodservice.cts.common.ImeCommandConstants;62 ime.registerReceiver(this, new IntentFilter(ImeCommandConstants.ACTION_IME_COMMAND)); in register()67 final String command = intent.getStringExtra(ImeCommandConstants.EXTRA_COMMAND); in onReceive()73 case ImeCommandConstants.COMMAND_COMMIT_TEXT: { in onReceive()79 case ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD: { in onReceive()84 case ImeCommandConstants.COMMAND_REQUEST_HIDE_SELF: { in onReceive()89 case ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD_WITH_SUBTYPE: { in onReceive()95 case ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPUT: { in onReceive()99 case ImeCommandConstants.COMMAND_SWITCH_TO_PREVIOUS_INPUT: { in onReceive()110 return intent.getCharSequenceExtra(ImeCommandConstants.EXTRA_ARG_CHARSEQUENCE1); in getCharSequence1()[all …]
22 public final class ImeCommandConstants { class25 private ImeCommandConstants() {} in ImeCommandConstants() method in ImeCommandConstants
28 import static android.inputmethodservice.cts.common.ImeCommandConstants.ACTION_IME_COMMAND;29 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD;30 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_INPUT_METHOD…31 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPU…32 import static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_TO_PREVIOUS_…33 import static android.inputmethodservice.cts.common.ImeCommandConstants.EXTRA_ARG_STRING1;34 import static android.inputmethodservice.cts.common.ImeCommandConstants.EXTRA_COMMAND;