Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt128 private val unlockIntentWhenBiometricEnrolledUri = constant
143 unlockIntentWhenBiometricEnrolledUri, in register()
214 if (selfChange || uris.contains(unlockIntentWhenBiometricEnrolledUri)) { in onChange()