FileDocCategorySizeDatePackage
SuggestionsInfo.javaAPI DocAndroid 5.1 API1438Sat Mar 14 14:09:38 GMT 2015android.view.textservice

SuggestionsInfo

public final class SuggestionsInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS
public static final int
RESULT_ATTR_IN_THE_DICTIONARY
public static final int
RESULT_ATTR_LOOKS_LIKE_TYPO
Constructors Summary
public SuggestionsInfo(int suggestionsAttributes, String[] suggestions)

 throw new RuntimeException("Stub!"); 
public SuggestionsInfo(int suggestionsAttributes, String[] suggestions, int cookie, int sequence)

 throw new RuntimeException("Stub!"); 
public SuggestionsInfo(android.os.Parcel source)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public intgetCookie()

 throw new RuntimeException("Stub!"); 
public intgetSequence()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSuggestionAt(int i)

 throw new RuntimeException("Stub!"); 
public intgetSuggestionsAttributes()

 throw new RuntimeException("Stub!"); 
public intgetSuggestionsCount()

 throw new RuntimeException("Stub!"); 
public voidsetCookieAndSequence(int cookie, int sequence)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");