Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java853 public ImeCommand callSetComposingText(@Nullable CharSequence text, int newCursorPosition) { in callSetComposingText() method in MockImeSession
883 public ImeCommand callSetComposingText(@Nullable CharSequence text, int newCursorPosition, in callSetComposingText() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java3224 expectCommand(imeStream, imeSession.callSetComposingText("fromIme", 1, null), TIMEOUT);
3267 session.callSetComposingText(expectedText, expectedNewCursorPosition);
3311 final ImeCommand command = session.callSetComposingText("text", 1);
3361 final ImeCommand command = session.callSetComposingText(
3413 final ImeCommand command = session.callSetComposingText(
DInputMethodServiceTest.java1279 expectCommand(stream, imeSession.callSetComposingText("Hello", 1), timeout);