Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DImeCommandConstants.java71 public static final String COMMAND_SWITCH_TO_NEXT_INPUT = "switchToNextInput"; field in ImeCommandConstants
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java95 case ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPUT: { in onReceive()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java31 …port static android.inputmethodservice.cts.common.ImeCommandConstants.COMMAND_SWITCH_TO_NEXT_INPUT;
188 "-e", EXTRA_COMMAND, COMMAND_SWITCH_TO_NEXT_INPUT)); in testSwitchToNextInputMethod()