Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt115 private var onUnlockIntentWhenBiometricEnrolled = mutableSetOf<Int>() variable
219 onUnlockIntentWhenBiometricEnrolled, in onChange()
349 return onUnlockIntentWhenBiometricEnrolled.contains(BiometricType.NONE.intValue) in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
353 return onUnlockIntentWhenBiometricEnrolled.contains( in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
355 (udfpsEnrolled && onUnlockIntentWhenBiometricEnrolled.contains( in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
360 return onUnlockIntentWhenBiometricEnrolled.contains(BiometricType.ANY_FACE.intValue) in shouldRequestActiveUnlockOnUnlockIntentFromBiometricEnrollment()
377 onUnlockIntentWhenBiometricEnrolled.map { in dump()