Home
last modified time | relevance | path

Searched refs:callSetSelection (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java785 imeSession.callSetSelection(newCursorPosition, newCursorPosition);
1242 expectCommand(stream, imeSession.callSetSelection(0, 0), timeout);
1291 expectCommand(stream, imeSession.callSetSelection(0, 0), timeout);
1343 expectCommand(stream, imeSession.callSetSelection(4, 4), timeout);
DSpellCheckerTest.kt655 session.callSetSelection(0, 5) // Select "Wrong" in <lambda>()
DInputConnectionEndToEndTest.java3944 final ImeCommand command = session.callSetSelection(expectedStart, expectedEnd);
3988 final ImeCommand command = session.callSetSelection(123, 456);
4031 final var command = session.callSetSelection(expectedStart, expectedEnd);
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java439 public MockA11yImeCommand callSetSelection(int start, int end) { in callSetSelection() method
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1093 public ImeCommand callSetSelection(int start, int end) { in callSetSelection() method in MockImeSession