Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodServiceTest.java728 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout);
778 expectCommand(stream, imeSession.callSetComposingRegion(1, 6), timeout);
829 expectCommand(stream, imeSession.callSetComposingRegion(5, 8), timeout);
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java594 public ImeCommand callSetComposingRegion(int start, int end) { in callSetComposingRegion() method in MockImeSession