Searched refs:mAuthenticationCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java190 private AuthenticationCallback mAuthenticationCallback; field in class:FingerprintManager
519 mAuthenticationCallback = callback;
929 } else if (mAuthenticationCallback != null) {
930 mAuthenticationCallback.onAuthenticationError(clientErrMsgId,
948 if (mAuthenticationCallback != null) {
951 mAuthenticationCallback.onAuthenticationSucceeded(result);
956 if (mAuthenticationCallback != null) {
957 mAuthenticationCallback.onAuthenticationFailed();
962 if (mAuthenticationCallback != null) {
963 mAuthenticationCallback
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java745 private FingerprintManager.AuthenticationCallback mAuthenticationCallback field in class:KeyguardUpdateMonitor
1141 mFpm.authenticate(null, mFingerprintCancelSignal, 0, mAuthenticationCallback, null, userId);

Completed in 226 milliseconds