Searched refs:MIN_PASSWORD_LENGTH (Results 1 – 1 of 1) sorted by relevance
89 private static final int MIN_PASSWORD_LENGTH = 4; field in ChooseLockGeneric.ChooseLockGenericFragment631 if (minLength < MIN_PASSWORD_LENGTH) { in getIntentForUnlockMethod()632 minLength = MIN_PASSWORD_LENGTH; in getIntentForUnlockMethod()