Searched refs:mFailedPasswordAttempts (Results 1 – 1 of 1) sorted by relevance
411 int mFailedPasswordAttempts = 0; field in DevicePolicyManagerService.DevicePolicyData2210 if (policy.mFailedPasswordAttempts != 0) { in saveSettingsLocked()2212 out.attribute(null, "value", Integer.toString(policy.mFailedPasswordAttempts)); in saveSettingsLocked()2383 policy.mFailedPasswordAttempts = Integer.parseInt( in loadSettingsLocked()3696 return policy.mFailedPasswordAttempts; in getCurrentFailedPasswordAttempts()4692 policy.mFailedPasswordAttempts = 0; in setActivePasswordState()4746 policy.mFailedPasswordAttempts++; in reportFailedPasswordAttempt()4753 if (max > 0 && policy.mFailedPasswordAttempts >= max) { in reportFailedPasswordAttempt()4789 if (policy.mFailedPasswordAttempts != 0 || policy.mPasswordOwner >= 0) { in reportSuccessfulPasswordAttempt()4792 policy.mFailedPasswordAttempts = 0; in reportSuccessfulPasswordAttempt()