aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable
diff options
context:
space:
mode:
authorJatin Matani <jatinm@google.com>2014-12-30 12:13:20 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-30 12:13:20 +0000
commite3b181cc96846642fd3e1fce5655a97477629620 (patch)
tree1cd06728bea911efac37cd76f205723d2c53e486 /java-overridable
parentd41b65c220c1ccbb6d2f6a6af6010d706dee7310 (diff)
parenta1a9896b42ae4f2d31793ff75b82a3b17a45316a (diff)
downloadlatinime-e3b181cc96846642fd3e1fce5655a97477629620.tar.gz
latinime-e3b181cc96846642fd3e1fce5655a97477629620.tar.xz
latinime-e3b181cc96846642fd3e1fce5655a97477629620.zip
am a1a9896b: Rename production flag for cloud sync feature
* commit 'a1a9896b42ae4f2d31793ff75b82a3b17a45316a': Rename production flag for cloud sync feature
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}.