Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java1222 private final long mAuthRequestId; field in FaceManager.OnEnrollCancelListener
1225 mAuthRequestId = id; in OnEnrollCancelListener()
1230 Slog.d(TAG, "Cancel face enrollment requested for: " + mAuthRequestId); in onCancel()
1231 cancelEnrollment(mAuthRequestId); in onCancel()
1236 private final long mAuthRequestId; field in FaceManager.OnAuthenticationCancelListener
1239 mAuthRequestId = id; in OnAuthenticationCancelListener()
1245 cancelAuthentication(mAuthRequestId); in onCancel()
1250 private final long mAuthRequestId; field in FaceManager.OnFaceDetectionCancelListener
1253 mAuthRequestId = id; in OnFaceDetectionCancelListener()
1258 Slog.d(TAG, "Cancel face detect requested for: " + mAuthRequestId); in onCancel()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java212 private final long mAuthRequestId; field in FingerprintManager.OnEnrollCancelListener
215 mAuthRequestId = id; in OnEnrollCancelListener()
220 Slog.d(TAG, "Cancel fingerprint enrollment requested for: " + mAuthRequestId); in onCancel()
221 cancelEnrollment(mAuthRequestId); in onCancel()
226 private final long mAuthRequestId; field in FingerprintManager.OnAuthenticationCancelListener
229 mAuthRequestId = id; in OnAuthenticationCancelListener()
235 cancelAuthentication(mAuthRequestId); in onCancel()
240 private final long mAuthRequestId; field in FingerprintManager.OnFingerprintDetectionCancelListener
243 mAuthRequestId = id; in OnFingerprintDetectionCancelListener()
248 Slog.d(TAG, "Cancel fingerprint detect requested for: " + mAuthRequestId); in onCancel()
[all …]
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java501 private final long mAuthRequestId; field in BiometricPrompt.OnAuthenticationCancelListener
504 mAuthRequestId = id; in OnAuthenticationCancelListener()
513 Log.d(TAG, "Cancel BP authentication requested for: " + mAuthRequestId); in onCancel()
514 cancelAuthentication(mAuthRequestId); in onCancel()