Home
last modified time | relevance | path

Searched refs:shouldIncludeAuxiliarySubtypes (Results 1 – 3 of 3) 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java825 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
853 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java825 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument
853 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()