Searched refs:MIN_PIN_LENGTH (Results 1 – 4 of 4) sorted by relevance
63 private static final int MIN_PIN_LENGTH = 4; field in ChangeIccPinScreen190 if (len1 < MIN_PIN_LENGTH || len1 > MAX_PIN_LENGTH) { in validateNewPin()
77 MIN_PIN_LENGTH = 1 variable in CertSecurity243 if len(pin) > self.MAX_PIN_LENGTH or len(pin) < self.MIN_PIN_LENGTH:
95 private static final int MIN_PIN_LENGTH = 4; field in FdnSetting466 int pinMinimum = isPuk ? MAX_PIN_LENGTH : MIN_PIN_LENGTH; in validatePin()
107 private static final int MIN_PIN_LENGTH = 4; field in IccLockSettings692 if (pin == null || pin.length() < MIN_PIN_LENGTH || pin.length() > MAX_PIN_LENGTH) { in reasonablePin()