Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java567 private Handler mServedInputConnectionHandler; field in InputMethodManager
1951 mServedInputConnectionHandler = null; in clearConnectionLocked()
2748 mServedInputConnectionHandler, view); in startInputInner() local
2771 mServedInputConnectionHandler = null; in startInputInner()
2790 mServedInputConnectionHandler = icHandler; in startInputInner()
2796 mServedInputConnectionHandler = null; in startInputInner()
4255 p.println(" mServedInputConnectionHandler=" + mServedInputConnectionHandler); in doDump()