Searched refs:mMemorizedInputConnection (Results 1 – 2 of 2) sorted by relevance
212 mMemorizedInputConnection = getInputMethod().getCurrentInputConnection(); in onHandleCommand()221 mMemorizedInputConnection = null; in onHandleCommand()316 private InputMethod.AccessibilityInputConnection mMemorizedInputConnection = null; field in MockA11yIme321 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()322 ? mMemorizedInputConnection : getInputMethod().getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
150 private InputConnection mMemorizedInputConnection = null; field in MockIme155 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()156 ? mMemorizedInputConnection : getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()215 mMemorizedInputConnection = getCurrentInputConnection(); in onHandleCommand()224 mMemorizedInputConnection = null; in onHandleCommand()