aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2016-05-18 02:25:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-18 02:25:10 +0000
commit9e80728fc1e20f6ca2c0d07b911a7939ff1e27c7 (patch)
tree6842e338f47140229487040dcfb3fa6069e4cbec /java/src
parent6ed0a2869f9fe215099d8a005082a754772c5727 (diff)
parent156139edd8f2f845e70861a962aba684aa6e9c3c (diff)
downloadlatinime-9e80728fc1e20f6ca2c0d07b911a7939ff1e27c7.tar.gz
latinime-9e80728fc1e20f6ca2c0d07b911a7939ff1e27c7.tar.xz
latinime-9e80728fc1e20f6ca2c0d07b911a7939ff1e27c7.zip
Follow class package change: LocaleList
am: 156139edd8 * commit '156139edd8f2f845e70861a962aba684aa6e9c3c': Follow class package change: LocaleList Change-Id: I641d1e4a32f78a9599267c70279971c816a366b1
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/compat/LocaleListCompatUtils.java2
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 =