Home
last modified time | relevance | path

Searched refs:callPerformEditorAction (Results 1 – 4 of 4) sorted by relevance

/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java521 public MockA11yImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() method
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DEditTextImeSupportTest.java394 expectCommand(stream, imeSession.callPerformEditorAction(EditorInfo.IME_ACTION_DONE), in testHideSoftInputByActionDone()
DInputConnectionEndToEndTest.java4066 final ImeCommand command = session.callPerformEditorAction(expectedEditorAction);
4108 final ImeCommand command = session.callPerformEditorAction(EditorInfo.IME_ACTION_GO);
4149 final var command = session.callPerformEditorAction(expectedEditorAction);
4226 final ImeCommand command = session.callPerformEditorAction(EditorInfo.IME_ACTION_GO);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1118 public ImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() method in MockImeSession