Searched defs:attempts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java135 // Needed to keep track of failed FaceUnlock attempts
426 // that requests device wipe after N attempts. Once we get below the grace
432 // Too many attempts. The device will be wiped shortly.
433 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");
539 // notification for orientation changed, layout() and switching resources. This code attempts
1092 private void showAlmostAtWipeDialog(int attempts, int remaining) { argument
1095 R.string.lockscreen_failed_attempts_almost_at_wipe, attempts, remaining);
1099 private void showWipeDialog(int attempts) { argument
1101 R.string.lockscreen_failed_attempts_now_wiping, attempts);

Completed in 31 milliseconds