Searched refs:shouldIncludeAuxiliarySubtypes (Results 1 – 3 of 3) sorted by relevance
358 public boolean hasMultipleEnabledIMEsOrSubtypes(final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument360 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, enabledImis); in hasMultipleEnabledIMEsOrSubtypes()364 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledSubtypesInThisIme() argument367 return hasMultipleEnabledSubtypes(shouldIncludeAuxiliarySubtypes, imiList); in hasMultipleEnabledSubtypesInThisIme()370 private boolean hasMultipleEnabledSubtypes(final boolean shouldIncludeAuxiliarySubtypes, in hasMultipleEnabledSubtypes() argument396 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledSubtypes()
825 final boolean shouldIncludeAuxiliarySubtypes) { in hasMultipleEnabledIMEsOrSubtypes() argument853 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()