Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java154 private InputConnection getMemorizedOrCurrentInputConnection() { in getMemorizedOrCurrentInputConnection() method in MockIme
230 return getMemorizedOrCurrentInputConnection().getTextBeforeCursor(n, flag); in onHandleCommand()
235 return getMemorizedOrCurrentInputConnection().getTextAfterCursor(n, flag); in onHandleCommand()
239 return getMemorizedOrCurrentInputConnection().getSelectedText(flag); in onHandleCommand()
245 return getMemorizedOrCurrentInputConnection().getSurroundingText( in onHandleCommand()
250 return getMemorizedOrCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()
256 return getMemorizedOrCurrentInputConnection().getExtractedText(request, in onHandleCommand()
262 return getMemorizedOrCurrentInputConnection().deleteSurroundingText( in onHandleCommand()
268 return getMemorizedOrCurrentInputConnection() in onHandleCommand()
275 return getMemorizedOrCurrentInputConnection().setComposingText( in onHandleCommand()
[all …]
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java256 getMemorizedOrCurrentInputConnection().commitText( in onHandleCommand()
263 getMemorizedOrCurrentInputConnection().setSelection(start, end); in onHandleCommand()
270 return getMemorizedOrCurrentInputConnection().getSurroundingText( in onHandleCommand()
276 getMemorizedOrCurrentInputConnection().deleteSurroundingText( in onHandleCommand()
283 getMemorizedOrCurrentInputConnection().sendKeyEvent(event); in onHandleCommand()
288 getMemorizedOrCurrentInputConnection().performEditorAction( in onHandleCommand()
294 getMemorizedOrCurrentInputConnection().performContextMenuAction(id); in onHandleCommand()
299 return getMemorizedOrCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()
303 getMemorizedOrCurrentInputConnection().clearMetaKeyStates(states); in onHandleCommand()
320 private InputMethod.AccessibilityInputConnection getMemorizedOrCurrentInputConnection() { in getMemorizedOrCurrentInputConnection() method in MockA11yIme