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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java309 ControlledInputConnectionWrapper mServedInputConnectionWrapper; field in class:InputMethodManager
805 if (mServedInputConnectionWrapper != null) {
806 mServedInputConnectionWrapper.deactivate();
807 mServedInputConnectionWrapper = null;
1219 if (mServedInputConnectionWrapper != null) {
1220 mServedInputConnectionWrapper.deactivate();
1222 mServedInputConnectionWrapper = servedContext;

Completed in 27 milliseconds