diff options
author | 2014-10-21 07:42:26 +0000 | |
---|---|---|
committer | 2014-10-21 07:42:26 +0000 | |
commit | e5e722210e861b680462ed687dedab800094dd5d (patch) | |
tree | bdde1c16d688b9dd65857081215a9fe3ee5cc8f8 /tests/src/com/android/inputmethod/latin/makedict/BinaryDictDecoderEncoderTests.java | |
parent | d0604f841d2203465f70bf095f91c1051eb8e3cb (diff) | |
parent | c51b9b5b3f9b9b80d07186691ddfa09502fd4659 (diff) | |
download | latinime-e5e722210e861b680462ed687dedab800094dd5d.tar.gz latinime-e5e722210e861b680462ed687dedab800094dd5d.tar.xz latinime-e5e722210e861b680462ed687dedab800094dd5d.zip |
am c51b9b5b: Merge "Renaming "blacklist" flag to "possibly offensive""
* commit 'c51b9b5b3f9b9b80d07186691ddfa09502fd4659':
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.java | 3 |
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 */); } } |