aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
diff options
context:
space:
mode:
authorAdrian Velicu <adrianv@google.com>2014-10-21 07:39:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-21 07:39:18 +0000
commitc51b9b5b3f9b9b80d07186691ddfa09502fd4659 (patch)
tree6ec9485b9d5a9a8b6e4ee8622998131800d17a91 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
parent2b087f9a12d8bae2bd3adc659684df615e1c96db (diff)
parent05172bf1a5693c2e108e91436b98ecd35d2dadad (diff)
downloadlatinime-c51b9b5b3f9b9b80d07186691ddfa09502fd4659.tar.gz
latinime-c51b9b5b3f9b9b80d07186691ddfa09502fd4659.tar.xz
latinime-c51b9b5b3f9b9b80d07186691ddfa09502fd4659.zip
Merge "Renaming "blacklist" flag to "possibly offensive""
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
index 637ea4ec8..05616d888 100644
--- a/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
+++ b/tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java
@@ -149,7 +149,8 @@ public class BinaryDictDecoderEncoderTests extends AndroidTestCase {
}
}
dict.add(word, new ProbabilityInfo(UNIGRAM_FREQ),
- (shortcutMap == null) ? null : shortcuts, false /* isNotAWord */);
+ (shortcutMap == null) ? null : shortcuts, false /* isNotAWord */,
+ false /* isPossiblyOffensive */);
}
}