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

Commit 947cc7d7 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Follow class package change: LocaleList am: 156139ed

am: 03a540cc

* commit '03a540cc':
  Follow class package change: LocaleList

Change-Id: I82d0024acaea6ae445393bac1e89d757b4ea33c1
parents 1b398591 03a540cc
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 =