Searched defs:mServedInputConnectionWrapper (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java294 ControlledInputConnectionWrapper mServedInputConnectionWrapper; field in class:InputMethodManager
731 if (mServedInputConnectionWrapper != null) {
732 mServedInputConnectionWrapper.deactivate();
733 mServedInputConnectionWrapper = null;
1143 if (mServedInputConnectionWrapper != null) {
1144 mServedInputConnectionWrapper.deactivate();
1146 mServedInputConnectionWrapper = servedContext;

Completed in 331 milliseconds