Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c81bb463 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Biometrics: make the handleFailedAttempt method to private method." into main

parents e7d08b0b ecb28366
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public abstract class AuthenticationClient<T, O extends AuthenticateOptions>
    }

    @LockoutTracker.LockoutMode
    public int handleFailedAttempt(int userId) {
    private int handleFailedAttempt(int userId) {
        if (mLockoutTracker != null) {
            mLockoutTracker.addFailedAttemptForUser(getTargetUserId());
        }