Follow class package change: LocaleList am: 156139edd8 am: 03a540cc3a

am: 947cc7d7cd

* commit '947cc7d7cd32417c016ef474889ed93114395c4e':
  Follow class package change: LocaleList

Change-Id: I7e665d609267182bcfcf11e3fb309dbe9d02c830
main
Yohei Yukawa 2016-05-18 02:30:01 +00:00 committed by android-build-merger
commit e5bc5eebaf
1 changed files with 1 additions and 1 deletions

View File

@ -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 =