Searched refs:mockInputMethodService (Results 1 – 1 of 1) sorted by relevance
249 final MockInputMethodService mockInputMethodService = new MockInputMethodService(); in testGetWordRangeAtCursor() local250 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() local308 final RichInputConnection ic = new RichInputConnection(mockInputMethodService); in helpTestGetSuggestionSpansAtWord()317 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos)); in helpTestGetSuggestionSpansAtWord()[all …]