Home
last modified time | relevance | path

Searched defs:onAuthenticationError (Results 1 – 6 of 6) 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.java845 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java371 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt150 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in onAuthenticationError() method
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java930 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java373 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback