diff options
author | 2014-02-06 15:51:04 +0900 | |
---|---|---|
committer | 2014-02-06 16:14:41 +0900 | |
commit | a49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c (patch) | |
tree | 13098eb57369547a1298622960a1fb1a03305faf /tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java | |
parent | 58eed6360db7f8d2ba12ab34d18656f8ec7b6116 (diff) | |
download | latinime-a49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c.tar.gz latinime-a49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c.tar.xz latinime-a49f61f8a73e64cb4db4f7ee5c0fe54fc40b367c.zip |
Conditionally store the raw suggestions.
Bug: 12913520
Change-Id: Ie15f97d90c142c51089280252b35b5ad1d226e19
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java index 375352067..53839b67f 100644 --- a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java +++ b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java @@ -46,7 +46,7 @@ public class SuggestedWordsTests extends AndroidTestCase { } final SuggestedWords words = new SuggestedWords( - list, + list, null /* rawSuggestions */, false /* typedWordValid */, false /* willAutoCorrect */, false /* isPunctuationSuggestions */, |