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

Commit 9e80728f authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Follow class package change: LocaleList

am: 156139ed

* commit '156139ed':
  Follow class package change: LocaleList

Change-Id: I641d1e4a32f78a9599267c70279971c816a366b1
parents 6ed0a286 156139ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =