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

Commit 385b0246 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fixes wrong guard on @GuardedBy annotation."

parents 55e86f55 e4a82fac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class UserManagerService extends IUserManager.Stub {
    private final ArrayList<UserRestrictionsListener> mUserRestrictionsListeners =
            new ArrayList<>();

    @GuardedBy("mUserRemovedListeners")
    @GuardedBy("mUserLifecycleListeners")
    private final ArrayList<UserLifecycleListener> mUserLifecycleListeners = new ArrayList<>();

    private final LockPatternUtils mLockPatternUtils;