Searched refs:pinMaxLength (Results 1 – 1 of 1) sorted by relevance
87 private int pinMaxLength; field in VoicemailChangePinActivity205 activity.pinMaxLength)); in onEnter()351 if (pinMaxLength != 0) { in onCreate()352 pinEntry.setFilters(new InputFilter[] {new LengthFilter(pinMaxLength)}); in onCreate()379 pinMaxLength = pinSpecification.maxLength; in readPinLength()477 if (pinMinLength == 0 && pinMaxLength == 0) { in validatePassword()