Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java146 private InputConnection getMemorizedOrCurrentInputConnection() { in getMemorizedOrCurrentInputConnection() method in MockIme
202 return getMemorizedOrCurrentInputConnection().getTextBeforeCursor(n, flag); in onHandleCommand()
207 return getMemorizedOrCurrentInputConnection().getTextAfterCursor(n, flag); in onHandleCommand()
211 return getMemorizedOrCurrentInputConnection().getSelectedText(flag); in onHandleCommand()
215 return getMemorizedOrCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()
221 return getMemorizedOrCurrentInputConnection().getExtractedText(request, in onHandleCommand()
227 return getMemorizedOrCurrentInputConnection().deleteSurroundingText( in onHandleCommand()
233 return getMemorizedOrCurrentInputConnection() in onHandleCommand()
240 return getMemorizedOrCurrentInputConnection().setComposingText( in onHandleCommand()
246 return getMemorizedOrCurrentInputConnection().setComposingRegion(start, in onHandleCommand()
[all …]