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

/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!");
/frameworks/base/media/java/android/media/
H A DAudioService.java1801 int attempts = 3;
1806 while ((reply.mStatus == 1) && (attempts-- > 0)) {
3292 int attempts = 3;
3293 while ((mSoundPoolCallBack == null) && (attempts-- > 0)) {
3356 attempts = 3;
3358 while ((status == 1) && (attempts-- > 0)) {
4479 // regulation. When the user attempts to raise the volume above the limit, a warning is

Completed in 58 milliseconds