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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 187 if (mIsAlpha && switchImeButton != null && hasMultipleEnabledIMEsOrSubtypes(imm, false)) {
216 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 424 if (imeSwitcher != null && hasMultipleEnabledIMEsOrSubtypes(imm, false)) {
451 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java 192 && Utils.hasMultipleEnabledIMEsOrSubtypes(imm, true /* include aux subtypes */);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 115 public static boolean hasMultipleEnabledIMEsOrSubtypes(
    [all...]
LatinIME.java     [all...]

Completed in 221 milliseconds