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.java306 public boolean hasMultipleEnabledIMEsOrSubtypes(final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
308 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, enabledImis); in hasMultipleEnabledIMEsOrSubtypes()
312 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledSubtypesInThisIme() argument
315 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, imiList); in hasMultipleEnabledSubtypesInThisIme()
318 private boolean hasMultipleEnabledSubtypes(final boolean shouldIncludeAuxiliarySubtypes, in hasMultipleEnabledSubtypes() argument
344 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledSubtypes()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java820 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
848 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()