Searched refs:ACTION_IME_COMMAND (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/ |
D | ImeCommandConstants.java | 28 public static final String ACTION_IME_COMMAND = field in ImeCommandConstants
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 27 import static android.inputmethodservice.cts.common.ImeCommandConstants.ACTION_IME_COMMAND; 122 ACTION_IME_COMMAND, Ime1Constants.PACKAGE, in testSwitchToNextInputMethod() 147 ACTION_IME_COMMAND, Ime2Constants.PACKAGE, in switchToPreviousInputMethod() 192 ACTION_IME_COMMAND, Ime1Constants.PACKAGE, in testSwitchToHandwritingInputMethod() 334 ACTION_IME_COMMAND, Ime1Constants.PACKAGE, in testImeSwitchingWithoutWindowFocusAfterDisplayOffOn()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | ImeCommandReceiver.java | 62 ime.registerReceiver(this, new IntentFilter(ImeCommandConstants.ACTION_IME_COMMAND), in register()
|