Home | History | Annotate | Download | only in keyguard

Lines Matching refs:attempts

226     private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) {
231 attempts, remaining);
235 attempts, remaining);
239 attempts, remaining);
245 private void showWipeDialog(int attempts, int userType) {
250 attempts);
254 attempts);
258 attempts);
295 // N attempts. Once we get below the grace period, we post this dialog every time as a
297 // Check which profile has the strictest policy for failed password attempts
310 // Too many attempts. The device will be wiped shortly.
311 Slog.i(TAG, "Too many unlock attempts; user " + expiringUser + " will be wiped!");