Home | History | Annotate | Download | only in devicepolicy

Lines Matching defs:inputMethodManager

87 import android.view.inputmethod.InputMethodManager;
4472 // TODO When InputMethodManager supports per user calls remove
4479 // InputMethodManager fetches input methods for current user.
4482 InputMethodManager inputMethodManager = (InputMethodManager) mContext
4484 List<InputMethodInfo> enabledImes = inputMethodManager.getEnabledInputMethodList();
4564 InputMethodManager inputMethodManager = (InputMethodManager
4566 List<InputMethodInfo> imes = inputMethodManager.getInputMethodList();