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

Commit 03a540cc 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: Icfa28b71df2b3b7bc0eb3e0d12a6ab418a809e19
parents 5f0e629a 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 =