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.java140 private InputConnection mMemorizedInputConnection = null; field in MockIme
145 return mMemorizedInputConnection != null in getMemorizedOrCurrentInputConnection()
146 ? mMemorizedInputConnection : getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
185 mMemorizedInputConnection = getCurrentInputConnection(); in onHandleCommand()
194 mMemorizedInputConnection = null; in onHandleCommand()