diff options
author | 2016-05-18 02:30:01 +0000 | |
---|---|---|
committer | 2016-05-18 02:30:01 +0000 | |
commit | e5bc5eebaf61ce24216843e01fbe304427276bac (patch) | |
tree | 51abfde13a9f5c1a7418b0932b390bde334ead5f /java/src/com/android/inputmethod | |
parent | ac23d00694bd323f0636dd48da746311fbcc079b (diff) | |
parent | 947cc7d7cd32417c016ef474889ed93114395c4e (diff) | |
download | latinime-e5bc5eebaf61ce24216843e01fbe304427276bac.tar.gz latinime-e5bc5eebaf61ce24216843e01fbe304427276bac.tar.xz latinime-e5bc5eebaf61ce24216843e01fbe304427276bac.zip |
Follow class package change: LocaleList am: 156139edd8 am: 03a540cc3a
am: 947cc7d7cd
* commit '947cc7d7cd32417c016ef474889ed93114395c4e':
Follow class package change: LocaleList
Change-Id: I7e665d609267182bcfcf11e3fb309dbe9d02c830
Diffstat (limited to 'java/src/com/android/inputmethod')
-rw-r--r-- | java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java b/java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java index 1c49cd4d2..81ff0f994 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.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 = |