Searched defs:mActivePasswordLength (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java114 int mActivePasswordLength = 0; field in class:DevicePolicyManagerService.DevicePolicyData
771 if (policy.mActivePasswordQuality != 0 || policy.mActivePasswordLength != 0
777 out.attribute(null, "length", Integer.toString(policy.mActivePasswordLength));
874 policy.mActivePasswordLength = Integer.parseInt(
926 policy.mActivePasswordLength = 0;
1560 || policy.mActivePasswordLength < getPasswordMinimumLength(null, userHandle)) {
1939 if (p.mActivePasswordQuality != quality || p.mActivePasswordLength != length
1947 p.mActivePasswordLength = length;

Completed in 101 milliseconds