Home
last modified time | relevance | path

Searched refs:mAuthRequestId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java1101 private final long mAuthRequestId; field in FaceManager.OnEnrollCancelListener
1104 mAuthRequestId = id; in OnEnrollCancelListener()
1109 Slog.d(TAG, "Cancel face enrollment requested for: " + mAuthRequestId); in onCancel()
1110 cancelEnrollment(mAuthRequestId); in onCancel()
1115 private final long mAuthRequestId; field in FaceManager.OnAuthenticationCancelListener
1118 mAuthRequestId = id; in OnAuthenticationCancelListener()
1124 cancelAuthentication(mAuthRequestId); in onCancel()
1129 private final long mAuthRequestId; field in FaceManager.OnFaceDetectionCancelListener
1132 mAuthRequestId = id; in OnFaceDetectionCancelListener()
1137 Slog.d(TAG, "Cancel face detect requested for: " + mAuthRequestId); in onCancel()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java186 private final long mAuthRequestId; field in FingerprintManager.OnEnrollCancelListener
189 mAuthRequestId = id; in OnEnrollCancelListener()
194 Slog.d(TAG, "Cancel fingerprint enrollment requested for: " + mAuthRequestId); in onCancel()
195 cancelEnrollment(mAuthRequestId); in onCancel()
200 private final long mAuthRequestId; field in FingerprintManager.OnAuthenticationCancelListener
203 mAuthRequestId = id; in OnAuthenticationCancelListener()
209 cancelAuthentication(mAuthRequestId); in onCancel()
214 private final long mAuthRequestId; field in FingerprintManager.OnFingerprintDetectionCancelListener
217 mAuthRequestId = id; in OnFingerprintDetectionCancelListener()
222 Slog.d(TAG, "Cancel fingerprint detect requested for: " + mAuthRequestId); in onCancel()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java454 private final long mAuthRequestId; field in BiometricPrompt.OnAuthenticationCancelListener
457 mAuthRequestId = id; in OnAuthenticationCancelListener()
462 Log.d(TAG, "Cancel BP authentication requested for: " + mAuthRequestId); in onCancel()
463 cancelAuthentication(mAuthRequestId); in onCancel()