Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt226 if (shouldSkipAuthenticationAttempt(authMethod, tryAutoConfirm, input.size)) { in <lambda>()
258 private suspend fun shouldSkipAuthenticationAttempt( in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor