Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java238 final MockInputMethodService mockInputMethodService = new MockInputMethodService(); in testGetWordRangeAtCursor() local
239 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in testGetWordRangeAtCursor()
240 mockInputMethodService.setInputConnection(new MockConnection("word wo", "rd", et)); in testGetWordRangeAtCursor()
251 mockInputMethodService.setInputConnection(new MockConnection("one\tword\two", "rd", et)); in testGetWordRangeAtCursor()
258 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
266 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
274 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
295 final MockInputMethodService mockInputMethodService = new MockInputMethodService(); in helpTestGetSuggestionSpansAtWord() local
296 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in helpTestGetSuggestionSpansAtWord()
305 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos)); in helpTestGetSuggestionSpansAtWord()
[all …]