Follow class package change: LocaleList
am: 156139edd8
* commit '156139edd8f2f845e70861a962aba684aa6e9c3c':
Follow class package change: LocaleList
Change-Id: Icfa28b71df2b3b7bc0eb3e0d12a6ab418a809e19
main
commit
03a540cc3a
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue