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

Commit 8e1adec1 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Remove an unused constructor of InputMethodSettings." into nyc-dev

parents 7882592d e771d587
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -909,14 +909,6 @@ public class InputMethodUtils {
            return imsList;
        }

        @Deprecated
        public InputMethodSettings(
                Resources res, ContentResolver resolver,
                HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList,
                @UserIdInt int userId) {
            this(res, resolver, methodMap, methodList, userId, false /* copyOnWrite */);
        }

        public InputMethodSettings(
                Resources res, ContentResolver resolver,
                HashMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList,