Searched refs:mAuthRequestId (Results 1 – 3 of 3) sorted by relevance
1222 private final long mAuthRequestId; field in FaceManager.OnEnrollCancelListener1225 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.OnAuthenticationCancelListener1239 mAuthRequestId = id; in OnAuthenticationCancelListener()1245 cancelAuthentication(mAuthRequestId); in onCancel()1250 private final long mAuthRequestId; field in FaceManager.OnFaceDetectionCancelListener1253 mAuthRequestId = id; in OnFaceDetectionCancelListener()1258 Slog.d(TAG, "Cancel face detect requested for: " + mAuthRequestId); in onCancel()[all …]
212 private final long mAuthRequestId; field in FingerprintManager.OnEnrollCancelListener215 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.OnAuthenticationCancelListener229 mAuthRequestId = id; in OnAuthenticationCancelListener()235 cancelAuthentication(mAuthRequestId); in onCancel()240 private final long mAuthRequestId; field in FingerprintManager.OnFingerprintDetectionCancelListener243 mAuthRequestId = id; in OnFingerprintDetectionCancelListener()248 Slog.d(TAG, "Cancel fingerprint detect requested for: " + mAuthRequestId); in onCancel()[all …]
501 private final long mAuthRequestId; field in BiometricPrompt.OnAuthenticationCancelListener504 mAuthRequestId = id; in OnAuthenticationCancelListener()513 Log.d(TAG, "Cancel BP authentication requested for: " + mAuthRequestId); in onCancel()514 cancelAuthentication(mAuthRequestId); in onCancel()