Searched refs:setInputConnection (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputConnectionAndTextRangeTests.java142 public void setInputConnection(final MockConnection mockConnection) { method in class:RichInputConnectionAndTextRangeTests.MockInputMethodService
240 mockInputMethodService.setInputConnection(new MockConnection("word wo", "rd", et));
251 mockInputMethodService.setInputConnection(new MockConnection("one\tword\two", "rd", et));
258 mockInputMethodService.setInputConnection(
266 mockInputMethodService.setInputConnection(
274 mockInputMethodService.setInputConnection(
305 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
320 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
333 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
345 mockInputMethodService.setInputConnection(ne
[all...]

Completed in 76 milliseconds