Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java141 private AuthenticationCallback mAuthenticationCallback; field in FingerprintManager
582 mAuthenticationCallback = callback; in authenticate()
1202 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1210 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1211 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1216 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1228 } else if (mAuthenticationCallback != null) { in sendAcquiredResult()
1242 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1270 if (mAuthenticationCallback == null) { in sendUdfpsPointerDown()
1278 if (mAuthenticationCallback == null) { in sendUdfpsPointerUp()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java78 @Nullable private AuthenticationCallback mAuthenticationCallback; field in FaceManager
218 mAuthenticationCallback = callback; in authenticate()
1249 } else if (mAuthenticationCallback != null) { in sendErrorResult()
1250 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
1265 if (mAuthenticationCallback != null) { in sendAuthenticatedSucceeded()
1268 mAuthenticationCallback.onAuthenticationSucceeded(result); in sendAuthenticatedSucceeded()
1273 if (mAuthenticationCallback != null) { in sendAuthenticatedFailed()
1274 mAuthenticationCallback.onAuthenticationFailed(); in sendAuthenticatedFailed()
1279 if (mAuthenticationCallback != null) { in sendAcquiredResult()
1295 } else if (mAuthenticationCallback != null) { in sendAuthenticationFrame()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java475 private AuthenticationCallback mAuthenticationCallback; field in BiometricPrompt
485 mAuthenticationCallback.onAuthenticationSucceeded(result);
492 mAuthenticationCallback.onAuthenticationFailed();
539 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
546 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
565 mAuthenticationCallback.onSystemEvent(event);
1070 mAuthenticationCallback = callback; in authenticateInternal()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintAuthenticateSidecar.java61 private FingerprintManager.AuthenticationCallback mAuthenticationCallback = field in FingerprintAuthenticateSidecar
107 mAuthenticationCallback, null /* handler */, userId); in startAuthentication()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DBiometricFragment.java53 private AuthenticationCallback mAuthenticationCallback = field in BiometricFragment
153 mAuthenticationCallback, mUserId); in onResume()
H A DConfirmDeviceCredentialActivity.java103 private AuthenticationCallback mAuthenticationCallback = new AuthenticationCallback() { field in ConfirmDeviceCredentialActivity
338 mBiometricFragment.setCallbacks(mExecutor, mAuthenticationCallback); in showBiometricPrompt()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22944 Landroid/hardware/fingerprint/FingerprintManager;->mAuthenticationCallback:Landroid/hardware/biomet…