Searched defs:attempts (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java654 private void showAlmostAtWipeDialog(int attempts, int remaining) { argument
656 attempts, remaining);
660 private void showWipeDialog(int attempts) { argument
661 String message = mContext.getString(R.string.kg_failed_attempts_now_wiping, attempts);
696 // that requests device wipe after N attempts. Once we get below the grace
702 // Too many attempts. The device will be wiped shortly.
703 Slog.i(TAG, "Too many unlock attempts; device will be wiped!");

Completed in 52 milliseconds