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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java505 private void showAlmostAtWipeDialog(int attempts, int remaining) { argument
508 attempts, remaining);
512 private void showWipeDialog(int attempts) { argument
513 String message = mContext.getString(R.string.kg_failed_attempts_now_wiping, attempts);
548 // that requests device wipe after N attempts. Once we get below the grace
554 // Too many attempts. The device will be wiped shortly.
555 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java385 // that requests device wipe after N attempts. Once we get below the grace
391 // Too many attempts. The device will be wiped shortly.
392 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");
521 // notification for orientation changed, layout() and switching resources. This code attempts
1130 private void showAlmostAtWipeDialog(int attempts, int remaining) { argument
1133 R.string.lockscreen_failed_attempts_almost_at_wipe, attempts, remaining);
1137 private void showWipeDialog(int attempts) { argument
1139 R.string.lockscreen_failed_attempts_now_wiping, attempts);

Completed in 93 milliseconds