Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java617 private Handler mServedInputConnectionHandler; field in InputMethodManager
2097 mServedInputConnectionHandler = null; in clearConnectionLocked()
3230 mServedInputConnectionHandler, view); in startInputInner() local
3253 mServedInputConnectionHandler = null; in startInputInner()
3272 mServedInputConnectionHandler = icHandler; in startInputInner()
3278 mServedInputConnectionHandler = null; in startInputInner()
4756 p.println(" mServedInputConnectionHandler=" + mServedInputConnectionHandler); in doDump()