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

Commit 156139ed authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Follow class package change: LocaleList

In order to avoid layering violation, LocaleList needs to be moved from
android.util package to android.os package [1].  This CL follows up that
package change.

No behavior change is intended.

 [1]: Ia8de2ee9df3dd0a42b1fe84574439519b680fe18

Bug: 28819696
Change-Id: Ie795c191e299358c7c463693823f309ce61cc985
parent 93f97c07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@ import java.lang.reflect.Method;
import java.util.Locale;
import java.util.Locale;


public final class LocaleListCompatUtils {
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 =
    private static final Method METHOD_get =
            CompatUtils.getMethod(CLASS_LocaleList, "get", int.class);
            CompatUtils.getMethod(CLASS_LocaleList, "get", int.class);
    private static final Method METHOD_isEmpty =
    private static final Method METHOD_isEmpty =