Searched refs:MAX_PIN_LENGTH (Results 1 – 3 of 3) sorted by relevance
93 private static final int MAX_PIN_LENGTH = 8; field in FdnSetting463 int pinMinimum = isPuk ? MAX_PIN_LENGTH : MIN_PIN_LENGTH; in validatePin()466 if (pin == null || pin.length() < pinMinimum || pin.length() > MAX_PIN_LENGTH) { in validatePin()
62 private static final int MAX_PIN_LENGTH = 8; field in ChangeIccPinScreen161 if (len1 < MIN_PIN_LENGTH || len1 > MAX_PIN_LENGTH) { in validateNewPin()
105 private static final int MAX_PIN_LENGTH = 8; field in IccLockSettings687 if (pin == null || pin.length() < MIN_PIN_LENGTH || pin.length() > MAX_PIN_LENGTH) { in reasonablePin()