Searched refs:auxCount (Results 1 – 3 of 3) sorted by relevance
385 int auxCount = 0; in hasMultipleEnabledSubtypes() local388 ++auxCount; in hasMultipleEnabledSubtypes()391 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledSubtypes()396 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledSubtypes()
842 int auxCount = 0; in hasMultipleEnabledIMEsOrSubtypes() local845 ++auxCount; in hasMultipleEnabledIMEsOrSubtypes()848 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes()853 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()