Searched refs:MAX_PIN_LENGTH (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DFdnSetting.java86 private static final int MAX_PIN_LENGTH = 8; field in class:FdnSetting
395 int pinMinimum = isPuk ? MAX_PIN_LENGTH : MIN_PIN_LENGTH;
398 if (pin == null || pin.length() < pinMinimum || pin.length() > MAX_PIN_LENGTH) {
H A DChangeIccPinScreen.java62 private static final int MAX_PIN_LENGTH = 8; field in class:ChangeIccPinScreen
161 if (len1 < MIN_PIN_LENGTH || len1 > MAX_PIN_LENGTH) {
/packages/apps/Settings/src/com/android/settings/
H A DIccLockSettings.java75 private static final int MAX_PIN_LENGTH = 8; field in class:IccLockSettings
387 if (pin == null || pin.length() < MIN_PIN_LENGTH || pin.length() > MAX_PIN_LENGTH) {

Completed in 1679 milliseconds