Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticationStateListener.aidl43 void onAuthenticationError(in AuthenticationErrorInfo authInfo); in onAuthenticationError() method
DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java1223 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationStateListeners.java90 public void onAuthenticationError(AuthenticationErrorInfo authInfo) { in onAuthenticationError() method in AuthenticationStateListeners
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt108 override fun onAuthenticationError(authInfo: AuthenticationErrorInfo) { in <lambda>() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt376 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in setupBiometricAuthenticationCallback() method
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java1062 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt461 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in onAuthenticationError() method
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java376 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback