Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java601 imeSession.callSetSelection(newCursorPosition, newCursorPosition);
714 expectCommand(stream, imeSession.callSetSelection(0, 0), timeout);
763 expectCommand(stream, imeSession.callSetSelection(0, 0), timeout);
815 expectCommand(stream, imeSession.callSetSelection(4, 4), timeout);
DSpellCheckerTest.kt592 session.callSetSelection(0, 5) // Select "Wrong" in <lambda>()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java716 public ImeCommand callSetSelection(int start, int end) { in callSetSelection() method in MockImeSession