Searched refs:callSetSelection (Results 1 – 5 of 5) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodServiceTest.java | 785 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);
|
D | SpellCheckerTest.kt | 655 session.callSetSelection(0, 5) // Select "Wrong" in <lambda>()
|
D | InputConnectionEndToEndTest.java | 3944 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/ |
D | MockA11yImeSession.java | 439 public MockA11yImeCommand callSetSelection(int start, int end) { in callSetSelection() method
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 1093 public ImeCommand callSetSelection(int start, int end) { in callSetSelection() method in MockImeSession
|