Searched defs:isPuk (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DFdnSetting.java419 * @param isPuk Boolean indicating whether we are to treat
422 private boolean validatePin(String pin, boolean isPuk) { argument
425 int pinMinimum = isPuk ? MAX_PIN_LENGTH : MIN_PIN_LENGTH;

Completed in 15 milliseconds