am 263dd9fe: Merge "Deprecate SuggestedWords.mSourceDict"

* commit '263dd9fe037784253b9837729bb5a9e51bd2f5cb':
  Deprecate SuggestedWords.mSourceDict
main
Tom Ouyang 2015-03-17 14:16:15 +00:00 committed by Android Git Automerger
commit 8a53b381ea
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}