Searched refs:onAuthenticationError (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricPrompt.java | 351 mAuthenticationCallback.onAuthenticationError(error, message); 469 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback 656 callback.onAuthenticationError(BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT, in authenticateInternal() 663 callback.onAuthenticationError(BiometricPrompt.BIOMETRIC_ERROR_HW_UNAVAILABLE, in authenticateInternal()
|
D | BiometricAuthenticator.java | 177 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 218 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback 427 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 879 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceManager.java | 237 callback.onAuthenticationError(FACE_ERROR_HW_UNAVAILABLE, in authenticate() 805 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback 1048 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1119 public void onAuthenticationError(int errMsgId, CharSequence errString) { 1151 public void onAuthenticationError(int errMsgId, CharSequence errString) {
|
/frameworks/base/api/ |
D | current.txt | 16605 method public void onAuthenticationError(int, CharSequence); 17554 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 22840 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
|