FileDocCategorySizeDatePackage
CompletionInfo.javaAPI DocAndroid 5.1 API1036Sat Mar 14 14:09:38 GMT 2015android.view.inputmethod

CompletionInfo

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

(Omit source code)

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public CompletionInfo(long id, int index, CharSequence text)

 throw new RuntimeException("Stub!"); 
public CompletionInfo(long id, int index, CharSequence text, CharSequence label)

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLabel()

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetText()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

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

 throw new RuntimeException("Stub!");