summaryrefslogtreecommitdiffstats
path: root/java-overridable
diff options
context:
space:
mode:
authorJatin Matani <jatinm@google.com>2014-12-29 12:44:14 -0800
committerJatin Matani <jatinm@google.com>2014-12-29 12:45:27 -0800
commita1a9896b42ae4f2d31793ff75b82a3b17a45316a (patch)
tree1518530a49446fdd24b3321da27adf92eacbf41b /java-overridable
parent810c7379b27b2c3ece77c1de47aca61698f070bb (diff)
downloadandroid_packages_inputmethods_LatinIME-a1a9896b42ae4f2d31793ff75b82a3b17a45316a.tar.gz
android_packages_inputmethods_LatinIME-a1a9896b42ae4f2d31793ff75b82a3b17a45316a.tar.bz2
android_packages_inputmethods_LatinIME-a1a9896b42ae4f2d31793ff75b82a3b17a45316a.zip
Rename production flag for cloud sync feature
Change-Id: I24cbe94f128f54fb9bfeeef78cf271fee2216c8e
Diffstat (limited to 'java-overridable')
-rw-r--r--java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
index 43675682d..f31c20822 100644
--- a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
+++ b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
@@ -45,9 +45,10 @@ public final class ProductionFlags {
public static final boolean ENABLE_ACCOUNT_SIGN_IN = false;
/**
- * When {@code true}, personal dictionary sync feature is ready to be enabled.
+ * When {@code true}, user history dictionary sync feature is ready to be enabled.
*/
- public static final boolean ENABLE_PERSONAL_DICTIONARY_SYNC = ENABLE_ACCOUNT_SIGN_IN && false;
+ public static final boolean ENABLE_USER_HISTORY_DICTIONARY_SYNC =
+ ENABLE_ACCOUNT_SIGN_IN && false;
/**
* When {@code true}, the IME maintains per account {@link UserHistoryDictionary}.