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

This commit is contained in:
Yohei Yukawa
2016-03-17 18:13:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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,