Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt276 val authenticationResult = repository.checkCredential(credential) regex
279 if (authenticationResult.isSuccessful || !tryAutoConfirm) {
281 isSuccessful = authenticationResult.isSuccessful,
286 if (!authenticationResult.isSuccessful && authenticationResult.throttleDurationMs > 0) {
288 durationMs = authenticationResult.throttleDurationMs,
293 if (authenticationResult.isSuccessful) {
299 return authenticationResult.isSuccessful