Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt343 val anyFaceEnrolled = it.isFaceEnabledAndEnrolled in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment() constant
348 if (!anyFaceEnrolled && !anyFingerprintEnrolled) { in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
352 if (!anyFaceEnrolled && anyFingerprintEnrolled) { in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
359 if (!anyFingerprintEnrolled && anyFaceEnrolled) { in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()