Temporary don't use "looks type" for comming rename cl.

Change-Id: If016a61f9e303b615c59c0035724256535aec817
diff --git a/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java b/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java
index ae938ae..4a822d7 100644
--- a/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java
+++ b/java/src/com/android/inputmethod/latin/spellcheck/AndroidSpellCheckerService.java
@@ -39,7 +39,7 @@
         String[] candidates1 = new String[] {text, "candidateA", "candidateB"};
         final int textLength = textInfo.getText().length() % 3;
         if (textLength % 3 == 0) {
-            return new SuggestionsInfo(SuggestionsInfo.RESULT_ATTR_LOOKS_TYPO
+            return new SuggestionsInfo(2
                     | SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY, candidates0);
         } else if (textLength % 3 == 1) {
             return new SuggestionsInfo(SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY, candidates1);