Home
last modified time | relevance | path

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

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