Home
last modified time | relevance | path

Searched refs:COMMAND_COMMIT_TEXT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DImeCommandConstants.java45 public static final String COMMAND_COMMIT_TEXT = "commitText"; field in ImeCommandConstants
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java73 case ImeCommandConstants.COMMAND_COMMIT_TEXT: { in onReceive()