Searched refs:MIN_LENGTH (Results 1 – 6 of 6) sorted by relevance
38 public static final int MIN_LENGTH = 4; field in PasswordHelper98 if (password.length < MIN_LENGTH) { in validatePassword()140 if (metrics.length < MIN_LENGTH) { in validatePin()167 messages.add(context.getString(R.string.lockpassword_password_too_short, MIN_LENGTH)); in convertPasswordErrorCodeToMessages()
301 && getEnteredPassword().length >= PasswordHelper.MIN_LENGTH in shouldEnableSubmit()
73 public static final long MIN_LENGTH = SECOND_IN_MILLIS; field in Timer312 if (mLength == length || length <= Timer.MIN_LENGTH) { in setLength()
257 if (this.length == length || length <= MIN_LENGTH) { in <lambda>()335 val MIN_LENGTH: Long = SECOND_IN_MILLIS in <lambda>() constant
112 return new LockConfig(/* enabled= */true, PasswordHelper.MIN_LENGTH); in getLockConfig()
469 if (lengthMillis < Timer.MIN_LENGTH) { in handleSetTimer()