Searched refs:mFailedPasswordAttempts (Results 1 – 1 of 1) sorted by relevance
613 int mFailedPasswordAttempts = 0; field in DevicePolicyManagerService.DevicePolicyData2921 if (policy.mFailedPasswordAttempts != 0) { in saveSettingsLocked()2923 out.attribute(null, "value", Integer.toString(policy.mFailedPasswordAttempts)); in saveSettingsLocked()3187 policy.mFailedPasswordAttempts = Integer.parseInt( in loadSettingsLocked()4583 return policy.mFailedPasswordAttempts; in getCurrentFailedPasswordAttempts()6113 policy.mFailedPasswordAttempts = 0; in reportPasswordChanged()6168 policy.mFailedPasswordAttempts++; in reportFailedPasswordAttempt()6175 if (max > 0 && policy.mFailedPasswordAttempts >= max) { in reportFailedPasswordAttempt()6228 if (policy.mFailedPasswordAttempts != 0 || policy.mPasswordOwner >= 0) { in reportSuccessfulPasswordAttempt()6231 policy.mFailedPasswordAttempts = 0; in reportSuccessfulPasswordAttempt()