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.java200 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager
529 mAuthenticationCallback = callback; in authenticate()
939 } else if (mAuthenticationCallback != null) { in sendErrorResult()
940 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
958 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
961 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
966 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
967 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
972 if (mAuthenticationCallback != null) { in sendAcquiredResult()
973 mAuthenticationCallback.onAuthenticationAcquired(acquireInfo); in sendAcquiredResult()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java818 private FingerprintManager.AuthenticationCallback mAuthenticationCallback field in KeyguardUpdateMonitor
1232 … mFpm.authenticate(null, mFingerprintCancelSignal, 0, mAuthenticationCallback, null, userId); in startListeningForFingerprint()