Searched refs:callSetComposingRegion (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodServiceTest.java | 728 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/ |
D | MockImeSession.java | 594 public ImeCommand callSetComposingRegion(int start, int end) { in callSetComposingRegion() method in MockImeSession
|