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

Commit a4fad134 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing final and @GuardedBy"

parents fc582f04 b37d8bdd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -536,7 +536,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        }
    }

    private WeakHashMap<IBinder, StartInputInfo> mStartInputMap = new WeakHashMap<>();
    @GuardedBy("mMethodMap")
    private final WeakHashMap<IBinder, StartInputInfo> mStartInputMap = new WeakHashMap<>();

    class SettingsObserver extends ContentObserver {
        int mUserId;