Searched refs:mAuthRequestId (Results 1 – 3 of 3) sorted by relevance
1101 private final long mAuthRequestId; field in FaceManager.OnEnrollCancelListener1104 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.OnAuthenticationCancelListener1118 mAuthRequestId = id; in OnAuthenticationCancelListener()1124 cancelAuthentication(mAuthRequestId); in onCancel()1129 private final long mAuthRequestId; field in FaceManager.OnFaceDetectionCancelListener1132 mAuthRequestId = id; in OnFaceDetectionCancelListener()1137 Slog.d(TAG, "Cancel face detect requested for: " + mAuthRequestId); in onCancel()[all …]
186 private final long mAuthRequestId; field in FingerprintManager.OnEnrollCancelListener189 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.OnAuthenticationCancelListener203 mAuthRequestId = id; in OnAuthenticationCancelListener()209 cancelAuthentication(mAuthRequestId); in onCancel()214 private final long mAuthRequestId; field in FingerprintManager.OnFingerprintDetectionCancelListener217 mAuthRequestId = id; in OnFingerprintDetectionCancelListener()222 Slog.d(TAG, "Cancel fingerprint detect requested for: " + mAuthRequestId); in onCancel()[all …]
454 private final long mAuthRequestId; field in BiometricPrompt.OnAuthenticationCancelListener457 mAuthRequestId = id; in OnAuthenticationCancelListener()462 Log.d(TAG, "Cancel BP authentication requested for: " + mAuthRequestId); in onCancel()463 cancelAuthentication(mAuthRequestId); in onCancel()