Home
last modified time | relevance | path

Searched refs:mPinMaxLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailChangePinActivity.java84 private int mPinMaxLength; field in VoicemailChangePinActivity
211 activity.mPinMaxLength)); in onEnter()
356 if (mPinMaxLength != 0) { in onCreate()
357 mPinEntry.setFilters(new InputFilter[] {new LengthFilter(mPinMaxLength)}); in onCreate()
391 mPinMaxLength = Integer.parseInt(lengths[1]); in readPinLength()
394 mPinMaxLength = 0; in readPinLength()
398 mPinMaxLength = 0; in readPinLength()
506 if (mPinMinLength == 0 && mPinMaxLength == 0) { in validatePassword()