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

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

Change-Id: I82d0024acaea6ae445393bac1e89d757b4ea33c1
diff --git a/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java b/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
index 1c49cd4..81ff0f9 100644
--- a/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
+++ b/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java
@@ -20,7 +20,7 @@
 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 =