Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java568 public ImeCommand callSetComposingText(@Nullable CharSequence text, int newCursorPosition) { in callSetComposingText() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java751 expectCommand(stream, imeSession.callSetComposingText("Hello", 1), timeout);