Searched refs:complexityLevel (Results 1 – 1 of 1) sorted by relevance
100 public static int complexityLevelToMinQuality(@PasswordComplexity int complexityLevel) { in complexityLevelToMinQuality() argument104 .complexityLevelToBucket(complexityLevel).mMetrics[0].quality; in complexityLevelToMinQuality()121 public static PasswordMetrics getMinimumMetrics(@PasswordComplexity int complexityLevel, in getMinimumMetrics() argument128 return getTargetQualityMetrics(complexityLevel, targetQuality); in getMinimumMetrics()141 @PasswordComplexity int complexityLevel, int targetQuality) { in getTargetQualityMetrics()143 PasswordComplexityBucket.complexityLevelToBucket(complexityLevel); in getTargetQualityMetrics()190 public static int sanitizeComplexityLevel(@PasswordComplexity int complexityLevel) { in sanitizeComplexityLevel() argument191 return PasswordComplexityBucket.complexityLevelToBucket(complexityLevel).mComplexityLevel; in sanitizeComplexityLevel()484 private PasswordComplexityBucket(@PasswordComplexity int complexityLevel, in PasswordComplexityBucket() argument496 this.mComplexityLevel = complexityLevel; in PasswordComplexityBucket()[all …]