Home
last modified time | relevance | path

Searched refs:shouldIncludeAuxiliarySubtypes (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java358 public boolean hasMultipleEnabledIMEsOrSubtypes(final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
360 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, enabledImis); in hasMultipleEnabledIMEsOrSubtypes()
364 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledSubtypesInThisIme() argument
367 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, imiList); in hasMultipleEnabledSubtypesInThisIme()
370 private boolean hasMultipleEnabledSubtypes(final boolean shouldIncludeAuxiliarySubtypes, in hasMultipleEnabledSubtypes() argument
396 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledSubtypes()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java828 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
856 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()