Home
last modified time | relevance | path

Searched defs:isCancellationError (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DFingerprintAuthenticationModels.kt84 fun isCancellationError(): Boolean = method
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/model/
DFaceAuthenticationModels.kt77 fun isCancellationError() = msgId == FACE_ERROR_CANCELED in isLockoutError() method in com.android.systemui.deviceentry.shared.model.ErrorFaceAuthenticationStatus