Home
last modified time | relevance | path

Searched refs:remainingAttempts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DTestUtils.java79 int lockscreenType, int remainingAttempts) throws Exception { in createRemoteLockscreenValidationIntent() argument
83 createRemoteLockscreenValidationSession(lockscreenType, remainingAttempts)) in createRemoteLockscreenValidationIntent()
88 int lockscreenType, int remainingAttempts) throws NoSuchAlgorithmException { in createRemoteLockscreenValidationSession() argument
91 .setRemainingAttempts(remainingAttempts) in createRemoteLockscreenValidationSession()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java152 int remainingAttempts, in makeAlarmIntent() argument
159 intent.putExtra(EXTRA_REMAINING_ATTEMPTS, remainingAttempts); in makeAlarmIntent()
269 int remainingAttempts = previous.getIntExtra(EXTRA_REMAINING_ATTEMPTS, 0); in getNextAlarmIntent() local
275 remainingAttempts--; in getNextAlarmIntent()
276 if (remainingAttempts <= 0) { in getNextAlarmIntent()
287 remainingAttempts, in getNextAlarmIntent()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java350 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local
351 if (remainingAttempts > 1) { in updateErrorMessage()
356 if (remainingAttempts == 1) { in updateErrorMessage()