Home
last modified time | relevance | path

Searched defs:onAuthenticationError (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java791 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java381 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java341 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java918 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback