Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java644 public ImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() argument
646 params.putInt("editorAction", editorAction); in callPerformEditorAction()
DMockIme.java205 final int editorAction = command.getExtras().getInt("editorAction"); in onHandleCommand()
206 return getCurrentInputConnection().performEditorAction(editorAction); in onHandleCommand()