Searched refs:mPasswordLength (Results 1 – 1 of 1) sorted by relevance
48 private int mPasswordLength; field in Policy57 mPasswordLength = 0; in Policy()77 if (mPasswordLength != passwordLength) { in saveToLocal()79 mPasswordLength = passwordLength; in saveToLocal()91 mPasswordLength = prefs.getInt(KEY_PASSWORD_LENGTH, -1); in readFromLocal()107 public int getPasswordLength() { return mPasswordLength; } in getPasswordLength()145 mDPM.setPasswordMinimumLength(mPolicyAdmin, mPasswordLength); in configurePolicy()