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.java249 final MockInputMethodService mockInputMethodService = new MockInputMethodService(); in testGetWordRangeAtCursor() local
250 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in testGetWordRangeAtCursor()
251 mockInputMethodService.setInputConnection(new MockConnection("word wo", "rd", et)); in testGetWordRangeAtCursor()
262 mockInputMethodService.setInputConnection(new MockConnection("one\tword\two", "rd", et)); in testGetWordRangeAtCursor()
269 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
277 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
285 mockInputMethodService.setInputConnection( in testGetWordRangeAtCursor()
307 final MockInputMethodService mockInputMethodService = new MockInputMethodService(); in helpTestGetSuggestionSpansAtWord() local
308 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in helpTestGetSuggestionSpansAtWord()
317 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos)); in helpTestGetSuggestionSpansAtWord()
[all …]