Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt601 fun notifyAboutEnrollmentsChanged(biometricSourceType: BiometricSourceType) { in notifyAboutEnrollmentsChanged() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3027 mLogger.notifyAboutEnrollmentsChanged(biometricSourceType); in notifyAboutEnrollmentChange()