Home
last modified time | relevance | path

Searched defs:remainingAttempts (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModelTest.kt117 val remainingAttempts = mutableListOf<RemainingAttempts?>() regex
145 val remainingAttempts = mutableListOf<RemainingAttempts?>() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptCredentialInteractorTest.kt173 val remainingAttempts = 12 regex
227 val remainingAttempts = 3 regex
/aosp14/frameworks/base/core/java/android/app/
H A DRemoteLockscreenValidationSession.java90 public @NonNull Builder setRemainingAttempts(int remainingAttempts) { in setRemainingAttempts()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractor.kt120 val remainingAttempts = (maxAttempts - numAttempts).coerceAtLeast(0) regex
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java1022 int remainingAttempts = Math.max(INVALID_REMOTE_GUESS_LIMIT - badGuesses, 0); in startRemoteLockscreenValidation() local
1042 int remainingAttempts = INVALID_REMOTE_GUESS_LIMIT - badGuesses; in validateRemoteLockscreen() local