Searched refs:callPerformEditorAction (Results 1 – 4 of 4) sorted by relevance
521 public MockA11yImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() method
394 expectCommand(stream, imeSession.callPerformEditorAction(EditorInfo.IME_ACTION_DONE), in testHideSoftInputByActionDone()
4066 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);
1118 public ImeCommand callPerformEditorAction(int editorAction) { in callPerformEditorAction() method in MockImeSession