Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintShellCommand.java91 mService.sendFingerprintReEnrollNotification(); in doNotify()
DFingerprintService.java1236 void sendFingerprintReEnrollNotification() { in sendFingerprintReEnrollNotification() method in FingerprintService
1244 fingerprintProvider.sendFingerprintReEnrollNotification(); in sendFingerprintReEnrollNotification()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationStatsCollector.java207 public void sendFingerprintReEnrollNotification() { in sendFingerprintReEnrollNotification() method in AuthenticationStatsCollector
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintProvider.java992 public void sendFingerprintReEnrollNotification() { in sendFingerprintReEnrollNotification() method in FingerprintProvider
993 mAuthenticationStatsCollector.sendFingerprintReEnrollNotification(); in sendFingerprintReEnrollNotification()