Loading java/src/com/android/inputmethod/latin/ResearchLogger.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -532,8 +532,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang SuggestedWords words = (SuggestedWords) value; SuggestedWords words = (SuggestedWords) value; mJsonWriter.beginObject(); mJsonWriter.beginObject(); mJsonWriter.name("typedWordValid").value(words.mTypedWordValid); mJsonWriter.name("typedWordValid").value(words.mTypedWordValid); mJsonWriter.name("hasAutoCorrectionCandidate") mJsonWriter.name("willAutoCorrect").value(words.mWillAutoCorrect); .value(words.mHasAutoCorrectionCandidate); mJsonWriter.name("isPunctuationSuggestions") mJsonWriter.name("isPunctuationSuggestions") .value(words.mIsPunctuationSuggestions); .value(words.mIsPunctuationSuggestions); mJsonWriter.name("isObsoleteSuggestions") mJsonWriter.name("isObsoleteSuggestions") Loading java/src/com/android/inputmethod/latin/SuggestedWords.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -28,7 +28,7 @@ public class SuggestedWords { new ArrayList<SuggestedWordInfo>(0), false, false, false, false, false); new ArrayList<SuggestedWordInfo>(0), false, false, false, false, false); public final boolean mTypedWordValid; public final boolean mTypedWordValid; public final boolean mHasAutoCorrectionCandidate; private final boolean mHasAutoCorrectionCandidate; public final boolean mWillAutoCorrect; public final boolean mWillAutoCorrect; public final boolean mIsPunctuationSuggestions; public final boolean mIsPunctuationSuggestions; public final boolean mIsObsoleteSuggestions; public final boolean mIsObsoleteSuggestions; Loading Loading
java/src/com/android/inputmethod/latin/ResearchLogger.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -532,8 +532,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang SuggestedWords words = (SuggestedWords) value; SuggestedWords words = (SuggestedWords) value; mJsonWriter.beginObject(); mJsonWriter.beginObject(); mJsonWriter.name("typedWordValid").value(words.mTypedWordValid); mJsonWriter.name("typedWordValid").value(words.mTypedWordValid); mJsonWriter.name("hasAutoCorrectionCandidate") mJsonWriter.name("willAutoCorrect").value(words.mWillAutoCorrect); .value(words.mHasAutoCorrectionCandidate); mJsonWriter.name("isPunctuationSuggestions") mJsonWriter.name("isPunctuationSuggestions") .value(words.mIsPunctuationSuggestions); .value(words.mIsPunctuationSuggestions); mJsonWriter.name("isObsoleteSuggestions") mJsonWriter.name("isObsoleteSuggestions") Loading
java/src/com/android/inputmethod/latin/SuggestedWords.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -28,7 +28,7 @@ public class SuggestedWords { new ArrayList<SuggestedWordInfo>(0), false, false, false, false, false); new ArrayList<SuggestedWordInfo>(0), false, false, false, false, false); public final boolean mTypedWordValid; public final boolean mTypedWordValid; public final boolean mHasAutoCorrectionCandidate; private final boolean mHasAutoCorrectionCandidate; public final boolean mWillAutoCorrect; public final boolean mWillAutoCorrect; public final boolean mIsPunctuationSuggestions; public final boolean mIsPunctuationSuggestions; public final boolean mIsObsoleteSuggestions; public final boolean mIsObsoleteSuggestions; Loading