Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java74 wrapper.performEditorAction(EditorInfo.IME_ACTION_GO); in testInputConnectionWrapper()
201 public boolean performEditorAction(int editorAction) { in performEditorAction() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java88 assertTrue(mConnection.performEditorAction(actionCode)); in testDefaultMethods()