Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -24134,7 +24134,7 @@ package android.view.textservice { method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; field public static final int RESULT_ATTR_IN_THE_DICTIONARY = 1; // 0x1 field public static final int RESULT_ATTR_LOOKS_TYPO = 2; // 0x2 field public static final int RESULT_ATTR_LOOKS_LIKE_TYPO = 2; // 0x2 } public final class TextInfo implements android.os.Parcelable { core/java/android/view/textservice/SuggestionsInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ public final class SuggestionsInfo implements Parcelable { /** * Flag of the attributes of the suggestions that can be obtained by * {@link #getSuggestionsAttributes}: this tells that the text service thinks the requested * word looks a typo. * word looks like a typo. */ public static final int RESULT_ATTR_LOOKS_TYPO = 0x0002; public static final int RESULT_ATTR_LOOKS_LIKE_TYPO = 0x0002; private final int mSuggestionsAttributes; private final String[] mSuggestions; private final boolean mSuggestionsAvailable; Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -24134,7 +24134,7 @@ package android.view.textservice { method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; field public static final int RESULT_ATTR_IN_THE_DICTIONARY = 1; // 0x1 field public static final int RESULT_ATTR_LOOKS_TYPO = 2; // 0x2 field public static final int RESULT_ATTR_LOOKS_LIKE_TYPO = 2; // 0x2 } public final class TextInfo implements android.os.Parcelable {
core/java/android/view/textservice/SuggestionsInfo.java +2 −2 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ public final class SuggestionsInfo implements Parcelable { /** * Flag of the attributes of the suggestions that can be obtained by * {@link #getSuggestionsAttributes}: this tells that the text service thinks the requested * word looks a typo. * word looks like a typo. */ public static final int RESULT_ATTR_LOOKS_TYPO = 0x0002; public static final int RESULT_ATTR_LOOKS_LIKE_TYPO = 0x0002; private final int mSuggestionsAttributes; private final String[] mSuggestions; private final boolean mSuggestionsAvailable; Loading