Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java142 private InputConnection mMemorizedInputConnection = null; field in MockIme
147 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()
148 ? mMemorizedInputConnection : getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
187 mMemorizedInputConnection = getCurrentInputConnection(); in onHandleCommand()
196 mMemorizedInputConnection = null; in onHandleCommand()