Searched defs:remainingAttempts (Results 1 – 5 of 5) sorted by relevance
117 val remainingAttempts = mutableListOf<RemainingAttempts?>() regex145 val remainingAttempts = mutableListOf<RemainingAttempts?>() regex
173 val remainingAttempts = 12 regex227 val remainingAttempts = 3 regex
90 public @NonNull Builder setRemainingAttempts(int remainingAttempts) { in setRemainingAttempts()
120 val remainingAttempts = (maxAttempts - numAttempts).coerceAtLeast(0) regex
1022 int remainingAttempts = Math.max(INVALID_REMOTE_GUESS_LIMIT - badGuesses, 0); in startRemoteLockscreenValidation() local1042 int remainingAttempts = INVALID_REMOTE_GUESS_LIMIT - badGuesses; in validateRemoteLockscreen() local