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