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

Commit ecb28366 authored by lijilou's avatar lijilou Committed by Jilou li
Browse files

Biometrics: make the handleFailedAttempt method to private method.

Test: OEM monkey test
Bug: 370423410
Change-Id: I650ad7e6e3f9024395cb6ffb9bbde53a7e23fcc7
parent ec7676d1
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());
        }