Lines Matching defs:quality

937      * for the password.  Note that quality constants are ordered so that higher
946 * Note that quality constants are ordered so that higher values are more restrictive.
952 * of password or pattern, but doesn't care what it is. Note that quality constants
959 * password containing at least numeric characters. Note that quality
967 * or ordered (1234, 4321, 2468) sequences. Note that quality
975 * Note that quality constants are ordered so that higher values are more
983 * alphabetic (or other symbol) characters. Note that quality constants are
991 * symbol, by default. With this password quality, passwords can be
995 * that quality constants are ordered so that higher values are more
1010 * thus the highest requested quality constant (between the policy set here,
1019 * @param quality The new desired quality. One of
1025 public void setPasswordQuality(@NonNull ComponentName admin, int quality) {
1028 mService.setPasswordQuality(admin, quality);
1036 * Retrieve the current minimum password quality for all admins of this user
1147 * and only applies when the password quality is
1208 * and only applies when the password quality is
1267 * and only applies when the password quality is
1326 * and only applies when the password quality is
1384 * and only applies when the password quality is
1443 * and only applies when the password quality is
1596 * particular password quality.
1597 * @param quality The quality being interrogated.
1600 public int getPasswordMaximumLength(int quality) {
1607 * to meet the policy requirements (quality, minimum length) that have been
1754 * current password quality and length constraints as returned by
1758 * that the password may be a stronger quality (containing alphanumeric
1759 * characters when the requested quality is only numeric), in which case
1760 * the currently active quality will be increased to match.
2639 public void setActivePasswordState(int quality, int length, int letters, int uppercase,
2643 mService.setActivePasswordState(quality, length, letters, uppercase, lowercase,