Searched refs:callSetComposingText (Results 1 – 3 of 3) sorted by relevance
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 853 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/ |
D | InputConnectionEndToEndTest.java | 3224 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(
|
D | InputMethodServiceTest.java | 1279 expectCommand(stream, imeSession.callSetComposingText("Hello", 1), timeout);
|