Searched refs:mPinMaxLength (Results 1 – 1 of 1) sorted by relevance
84 private int mPinMaxLength; field in VoicemailChangePinActivity211 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()