Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java212 mMemorizedInputConnection = getInputMethod().getCurrentInputConnection(); in onHandleCommand()
221 mMemorizedInputConnection = null; in onHandleCommand()
316 private InputMethod.AccessibilityInputConnection mMemorizedInputConnection = null; field in MockA11yIme
321 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()
322 ? mMemorizedInputConnection : getInputMethod().getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java150 private InputConnection mMemorizedInputConnection = null; field in MockIme
155 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()
156 ? mMemorizedInputConnection : getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
215 mMemorizedInputConnection = getCurrentInputConnection(); in onHandleCommand()
224 mMemorizedInputConnection = null; in onHandleCommand()