Home
last modified time | relevance | path

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

/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
DPolicy.java48 private int mPasswordLength; field in Policy
57 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()