Searched refs:remainingAttempts (Results 1 – 3 of 3) sorted by relevance
79 int lockscreenType, int remainingAttempts) throws Exception { in createRemoteLockscreenValidationIntent() argument83 createRemoteLockscreenValidationSession(lockscreenType, remainingAttempts)) in createRemoteLockscreenValidationIntent()88 int lockscreenType, int remainingAttempts) throws NoSuchAlgorithmException { in createRemoteLockscreenValidationSession() argument91 .setRemainingAttempts(remainingAttempts) in createRemoteLockscreenValidationSession()
152 int remainingAttempts, in makeAlarmIntent() argument159 intent.putExtra(EXTRA_REMAINING_ATTEMPTS, remainingAttempts); in makeAlarmIntent()269 int remainingAttempts = previous.getIntExtra(EXTRA_REMAINING_ATTEMPTS, 0); in getNextAlarmIntent() local275 remainingAttempts--; in getNextAlarmIntent()276 if (remainingAttempts <= 0) { in getNextAlarmIntent()287 remainingAttempts, in getNextAlarmIntent()
350 final int remainingAttempts = maxAttempts - numAttempts; in updateErrorMessage() local351 if (remainingAttempts > 1) { in updateErrorMessage()356 if (remainingAttempts == 1) { in updateErrorMessage()