Searched refs:MIN_PIN_LENGTH (Results 1 – 1 of 1) sorted by relevance
107 private static final int MIN_PIN_LENGTH = 4; field in PinStorage940 return pin != null && pin.length() >= MIN_PIN_LENGTH && pin.length() <= MAX_PIN_LENGTH; in validatePin()