Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java911 public ImeCommand callSetComposingRegion(int start, int end) { in callSetComposingRegion() method in MockImeSession
939 public ImeCommand callSetComposingRegion(int start, int end, in callSetComposingRegion() method in MockImeSession
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java1256 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout);
1306 expectCommand(stream, imeSession.callSetComposingRegion(1, 6), timeout);
1357 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout);
DInputConnectionEndToEndTest.java3458 final ImeCommand command = session.callSetComposingRegion(expectedStart, expectedEnd);
3502 final ImeCommand command = session.callSetComposingRegion(1, 23);
3524 final ImeCommand command = session.callSetComposingRegion(1, 23);
3565 final ImeCommand command = session.callSetComposingRegion(
3615 final ImeCommand command = session.callSetComposingRegion(1, 23,