Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 263dd9fe authored by Tom Ouyang's avatar Tom Ouyang Committed by Android (Google) Code Review
Browse files

Merge "Deprecate SuggestedWords.mSourceDict"

parents 56e76739 89e2d936
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -270,6 +270,7 @@ public class SuggestedWords {
        public final int mScore;
        public final int mKindAndFlags;
        public final int mCodePointCount;
        @Deprecated
        public final Dictionary mSourceDict;
        // For auto-commit. This keeps track of the index inside the touch coordinates array
        // passed to native code to get suggestions for a gesture that corresponds to the first
@@ -360,6 +361,7 @@ public class SuggestedWords {
            return mWord;
        }

        @Deprecated
        public Dictionary getSourceDictionary() {
            return mSourceDict;
        }