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

Commit 101ef5ab authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

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

am: 8e1adec1

* commit '8e1adec1':
  Remove an unused constructor of InputMethodSettings.
parents d48c83d6 8e1adec1
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,