Searched refs:getPasswordLength (Results 1 – 2 of 2) sorted by relevance
146 if (mPolicy.getPasswordLength() > 0) { in initPolicySetupScreen()147 mPasswordLengthInputField.setText(String.valueOf(mPolicy.getPasswordLength())); in initPolicySetupScreen()170 passwordLengthView.setText(String.valueOf(mPolicy.getPasswordLength())); in initViewPolicyScreen()
107 public int getPasswordLength() { return mPasswordLength; } in getPasswordLength() method in Policy