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.java741 public ImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() argument
743 params.putInt("editorAction", editorAction); in callPerformEditorAction()
DMockIme.java272 final int editorAction = command.getExtras().getInt("editorAction"); in onHandleCommand()
274 editorAction); in onHandleCommand()