Searched refs:onAuthenticationError (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricPrompt.java | 352 mAuthenticationCallback.onAuthenticationError(error, message); 482 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback 669 callback.onAuthenticationError(BiometricPrompt.BIOMETRIC_ERROR_HW_NOT_PRESENT, in authenticateInternal() 676 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/face/ |
D | FaceManager.java | 237 callback.onAuthenticationError(FACE_ERROR_HW_UNAVAILABLE, in authenticate() 807 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback 1050 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 228 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback 437 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 889 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1212 public void onAuthenticationError(int errMsgId, CharSequence errString) { 1244 public void onAuthenticationError(int errMsgId, CharSequence errString) {
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 16622 method public void onAuthenticationError(int, CharSequence); 17573 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/frameworks/base/api/ |
D | current.txt | 16622 method public void onAuthenticationError(int, CharSequence); 17573 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 21403 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
|