Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DFaceAuthenticationModels.kt43 fun isLockoutError() = msgId == FaceManager.FACE_ERROR_LOCKOUT_PERMANENT method in com.android.systemui.keyguard.shared.model.ErrorAuthenticationStatus
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt152 if (errorStatus.isLockoutError()) { in onAuthenticationError()
169 errorStatus.isLockoutError(), in onAuthenticationError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1216 } else if (isLockoutError(msgId)) { in onFaceAuthError()
1240 && !isLockoutError(msgId)) in shouldSuppressFingerprintError()
1369 private static boolean isLockoutError(int msgId) { in isLockoutError() method in KeyguardIndicationController