Loading java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import java.lang.reflect.Method; import java.util.Locale; public final class LocaleListCompatUtils { private static final Class CLASS_LocaleList = CompatUtils.getClass("android.util.LocaleList"); private static final Class CLASS_LocaleList = CompatUtils.getClass("android.os.LocaleList"); private static final Method METHOD_get = CompatUtils.getMethod(CLASS_LocaleList, "get", int.class); private static final Method METHOD_isEmpty = Loading Loading
java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ import java.lang.reflect.Method; import java.util.Locale; public final class LocaleListCompatUtils { private static final Class CLASS_LocaleList = CompatUtils.getClass("android.util.LocaleList"); private static final Class CLASS_LocaleList = CompatUtils.getClass("android.os.LocaleList"); private static final Method METHOD_get = CompatUtils.getMethod(CLASS_LocaleList, "get", int.class); private static final Method METHOD_isEmpty = Loading