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

/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java200 private AuthenticationCallback mAuthenticationCallback; field in class:FingerprintManager
529 mAuthenticationCallback = callback;
939 } else if (mAuthenticationCallback != null) {
940 mAuthenticationCallback.onAuthenticationError(clientErrMsgId,
958 if (mAuthenticationCallback != null) {
961 mAuthenticationCallback.onAuthenticationSucceeded(result);
966 if (mAuthenticationCallback != null) {
967 mAuthenticationCallback.onAuthenticationFailed();
972 if (mAuthenticationCallback != null) {
973 mAuthenticationCallback
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java818 private FingerprintManager.AuthenticationCallback mAuthenticationCallback field in class:KeyguardUpdateMonitor
1232 mFpm.authenticate(null, mFingerprintCancelSignal, 0, mAuthenticationCallback, null, userId);

Completed in 114 milliseconds