Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DServiceProvider.java140 void scheduleInvalidateAuthenticatorId(int sensorId, int userId, in scheduleInvalidateAuthenticatorId() method
H A DFingerprintService.java761 provider.scheduleInvalidateAuthenticatorId(sensorId, userId, callback); in invalidateAuthenticatorId()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DServiceProvider.java81 default void scheduleInvalidateAuthenticatorId(int sensorId, int userId, in scheduleInvalidateAuthenticatorId() method
H A DFaceService.java564 provider.scheduleInvalidateAuthenticatorId(sensorId, userId, callback); in invalidateAuthenticatorId()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceProvider.java282 public void scheduleInvalidateAuthenticatorId(int sensorId, int userId, in scheduleInvalidateAuthenticatorId() method in FaceProvider
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProvider.java515 public void scheduleInvalidateAuthenticatorId(int sensorId, int userId, in scheduleInvalidateAuthenticatorId() method in FingerprintProvider
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21.java870 public void scheduleInvalidateAuthenticatorId(int sensorId, int userId, in scheduleInvalidateAuthenticatorId() method in Fingerprint21