Searched refs:maxPossibleValuesCount (Results 1 – 1 of 1) sorted by relevance
4001 int maxPossibleValuesCount = 0; in verifySetPropertiesAsync() local4011 if (possibleValues.size() > maxPossibleValuesCount) { in verifySetPropertiesAsync()4012 maxPossibleValuesCount = possibleValues.size(); in verifySetPropertiesAsync()4021 for (int i = 0; i < maxPossibleValuesCount; i++) { in verifySetPropertiesAsync()