Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt151 val errorStatus = ErrorAuthenticationStatus(errorCode, errString.toString()) in onAuthenticationError() constant
152 if (errorStatus.isLockoutError()) { in onAuthenticationError()
155 _authenticationStatus.value = errorStatus in onAuthenticationError()
156 if (errorStatus.isCancellationError()) { in onAuthenticationError()
169 errorStatus.isLockoutError(), in onAuthenticationError()
170 errorStatus.isCancellationError() in onAuthenticationError()