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

CompletionInfo.java

package android.view.inputmethod;
public final class CompletionInfo
  implements android.os.Parcelable
{
public  CompletionInfo(long id, int index, java.lang.CharSequence text) { throw new RuntimeException("Stub!"); }
public  CompletionInfo(long id, int index, java.lang.CharSequence text, java.lang.CharSequence label) { throw new RuntimeException("Stub!"); }
public  long getId() { throw new RuntimeException("Stub!"); }
public  int getPosition() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getText() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getLabel() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.view.inputmethod.CompletionInfo> CREATOR;
static { CREATOR = null; }
}