HomeSort by relevance Sort by last modified time
    Searched refs:isSystemIme (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java 152 if (!InputMethodUtils.isSystemIme(imi)) {
InputMethodPreference.java 95 mIsSystemIme = InputMethodUtils.isSystemIme(imi);
InputMethodAndSubtypeEnabler.java 153 if (InputMethodUtils.isSystemIme(imi)) {
InputMethodAndSubtypeUtil.java 173 final boolean systemIme = InputMethodUtils.isSystemIme(imi);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 99 public static boolean isSystemIme(InputMethodInfo inputMethod) {
105 if (!isSystemIme(imi)) {
112 if (!isSystemIme(imi)) {
159 if (!isSystemIme(imi)) {
233 if (firstFoundSystemIme < 0 && InputMethodUtils.isSystemIme(imi)
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 719 && !InputMethodUtils.isSystemIme(mMethodMap.get(mCurMethodId))) {
    [all...]

Completed in 89 milliseconds